- Apr 14, 2015
-
-
Scott Lahteine authored
-
- Apr 13, 2015
-
-
Scott Lahteine authored
Fix Syntax Error Filament Runout Statement
-
Mehmet Sutas authored
-
Scott Lahteine authored
Several fixups
-
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
Conflicts: Marlin/ultralcd.cpp
-
Scott Lahteine authored
-
Scott Lahteine authored
Manual bed leveling menu fixes.
-
Scott Lahteine authored
Homing fixes
-
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
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`
-