- Apr 16, 2015
-
-
wurstnase authored
-
- Apr 15, 2015
- Apr 14, 2015
-
-
elgambitero authored
-
CONSULitAS authored
example_configurations\K8200\Configuration.h: * merge upstream changes from default Configuration.h manually * add some machine specific comments
-
Scott Lahteine authored
-
Scott Lahteine authored
- Potentially addressing #1911
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Apr 13, 2015
-
-
Mehmet Sutas authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- Change some `previous_` time vars to `next_` so an add only happens at intervals - Fix `HEATER_0_USES_MAX6675` polling too frequently, or not at all
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Apr 12, 2015
-
-
Scott Lahteine authored
-
Edward Patel authored
lcdDrawUpdate = 2 helped a lot!
-
Scott Lahteine authored
- Prevent `Z_SAFE_HOMING` from homing Z twice in some cases - Allow `G28` with XYZ values of 0 to explicitly set the position - Don’t add `home_offset` when setting XYZ explicitly in `G28` - Add `code_has_value` function to check for the presence of a numeric value (could just test for space or nul to allow other types of values)
-
- Apr 11, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
- MENU_ITEM causes lcd_quick_feedback to be called, so only those calls to `lcd_goto_menu` outside of the `MENU_ITEM` macro need to set the `feedback` flag when calling `lcd_goto_menu`.
-
Scott Lahteine authored
-
Scott Lahteine authored
- Replace “Mendel” with “RepRap”
-
- Apr 10, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
- It’s inline here, but could be a macro and duplicated for `planner.cpp`
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Apr 09, 2015
-
-
Scott Lahteine authored
- Use `line_to_current` in place of `plan_buffer_line`
-
Scott Lahteine authored
-
AnHardt authored
where the hardware is available. Fix for #1873
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Natealus authored
The line const bool Z_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop is in the main configuration.h but wasn't present in the example configuration.h's. Causes a compiling error with Z Probe enabled. Just added it to all the configs. :)
-
- Apr 08, 2015
-
-
AnHardt authored
-
AnHardt authored
Resolved some warnings in Marlin_main.cpp regarding compares of signed and unsigned integers by replacing 'int' or 'uint16_t' with 'uint8_t'.
-
AnHardt authored
to avoid errors in Marlin_main.cpp. #1860 In the include tree of Marlin_main.cpp the decision between the display types is not made. To include the right LCD_STR_* ether 'dogm_lcd_implementation.h' or 'ultralcd_implementation_hitachi_HD44780.h' with all their code. A 'dogm_lcd_implementation.h.h' would be a curiosity. So i moved both of the definition blocks to conditionals.h On the long term it could make sense to use the same numbering for the u8glib and the hitachi symbols.
-
Edward Patel authored
-
AnHardt authored
and cleaned typo.
-