µCNC v1.2.4
Version 1.2.4 is a minor revision and improves a couple of functionalities.
The following things were changed:
Added
-
new set of settings commands to control EEPROM/Flash storing (optional build setting ENABLE_SETTING_EXTRA_CMDS in cnc_config.h active by default) (#70)
This set of new commands allow a more granular control over the settings stored in EEPROM/Flash to prevent wearing.
When enabled all grbl $x=val are only changed in SRAM. To set them in non volatile memory a save command must be issued.
3 additional commands are added:
$SS - Settings save. This stores all values to EEPROM/Flash
$SL - Settings load. This loads all values from EEPROM/Flash
$SR - Settings reset. This loads all default values from ROM