Skip to content

Commit

Permalink
Save settings before reloading when switching chain direction
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbourSmith committed May 4, 2018
1 parent edd9892 commit 5beedf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cnc_ctrl_v1/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ byte settingsStoreGlobalSetting(const byte& parameter,const float& value){
sysSettings.chainSagCorrection = value;
break;
case 38:
settingsSaveStepstoEEprom();
sysSettings.chainOverSprocket = value;
setupAxes();
settingsLoadStepsFromEEprom();
Expand Down

0 comments on commit 5beedf6

Please sign in to comment.