- Apr 11, 2015
-
-
Scott Lahteine authored
- Replace “Mendel” with “RepRap”
-
Scott Lahteine authored
Latest upstream commits
-
- Apr 10, 2015
-
-
Scott Lahteine authored
Break out prevent_dangerous_extrude feature
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- In GCodes.md
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- It’s inline here, but could be a macro and duplicated for `planner.cpp`
-
Scott Lahteine authored
Fix moves for DELTA for MANUAL_BED_LEVELING
-
Scott Lahteine authored
Latest upstream commits
-
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
Made encoderPosition and quick_feedback dependant on NEWPANEL
-
Scott Lahteine authored
Cold extrude
-
Scott Lahteine authored
-
Scott Lahteine authored
Z Probe inverting not present in example configs, causes error
-
AnHardt authored
where the hardware is available. Fix for #1873
-
Scott Lahteine authored
Latest upstream commits
-
Scott Lahteine authored
Catch dangerous extrude before trying several
-
Scott Lahteine authored
Added sanity check for MESH_NUM_X_POINTS and MESH_NUM_Y_POINTS
-
Scott Lahteine authored
-
Scott Lahteine authored
Moved the definitions of the LCD_STR_* to Conditionals.h
-
Scott Lahteine authored
Latest upstream commits
-
Scott Lahteine authored
-
Scott Lahteine authored
Remove Contrast Menu for device U8GLIB_ST7920
-
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.
-