- Apr 11, 2015
-
-
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
-
AnHardt authored
Because we now can use utf8 with up to 3 bytes per symbol, lcd_status_message[] must be 3*LCD_WIDTH wide. Filling up the message, or cutting to length, are fixed to. Fix for #1832 about at the end.
-
Scott Lahteine authored
Should be `retracting` and not `retract`
-
- Apr 06, 2015
-
-
Edward Patel authored
-
Edward Patel authored
-
AnHardt authored
Just and only display splashscreen only once.
-