Commit Graph

9 Commits (0fca084ea688aed41b892f9cea7e069510c73c94)

Author SHA1 Message Date
Scott Lahteine 0fca084ea6 Make EEPROM reproducible in GCode
With these changes the output of `M503 S0` is all you need to restore
the EEPROM. Building on this it is straightforward to save and restore
the EEPROM state using the SD card or external GCode file.

- Added `M145` to set “heatup states” for the LCD menu
- Added `M420` to toggle Mesh Bed Leveling
- Added `M421` to set a single Mesh coordinate
- Extended `Config_PrintSettings` with added M codes
- Cleaned up some comments here and there
Scott Lahteine d43cc2dd5f M111 - Debug Level
- Add `M111` as a standard option to set the debug level
- Implement `DEBUG_ECHO` in `process_commands`
- Other debug levels (e.g., `DEBUG_DRYRUN`) need more work
paclema 581685a231 Added new PID autotune info, to make easy copy & paste results to marlin
Scott Lahteine 09d60e0128 Naming and code comments
Scott Lahteine ccbe2c4ea3 Apply CUSTOM_MACHINE_NAME to configurations
- Replace “Mendel” with “RepRap”
Richard Wackerbarth cf66cb8808 Bring configurator up-to-date
Scott Lahteine ba871e46bf Fix compiler warnings
- Patched up for most included configurations
Scott Lahteine 19d418cd6a Fix up the code to eliminate warnings
Scott Lahteine 3aa5f98b64 Download all as ZIP, adjust layout on resize