Skip to content
Snippets Groups Projects
  • Scott Lahteine's avatar
    0fca084e
    Make EEPROM reproducible in GCode · 0fca084e
    Scott Lahteine authored
    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
    0fca084e
    History
    Make EEPROM reproducible in GCode
    Scott Lahteine authored
    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