- Apr 13, 2015
-
-
Scott Lahteine authored
-
- Apr 12, 2015
-
-
Scott Lahteine authored
-
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.
-
AnHardt authored
The other two devices we use in u8glib have more than only dummy code. Checked this in the library code.
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Max authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Squished #1849
-
Scott Lahteine authored
- Set `de` to 0 when `position[E] = target[E]` - Address regression mention in #1846
-
- Apr 07, 2015
-
-
Scott Lahteine authored
-
Edward Patel authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- Sections in all `Configuration_adv.h` - Recognize JAPANESE/WESTERN/CYRILLIC options - Better capturing of comments for tooltips
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- Address Issue #1682 at hash #issuecomment-89756858
-