- 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
Fix doubled lcd_quick_feedback
-
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
machine name for hephestos too
-
Scott Lahteine authored
-
Scott Lahteine authored
Apply CUSTOM_MACHINE_NAME to configs
-
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
-