-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Disabling reset in UI does not change the behavior. Also restored enabled after application restart.
Loaded here:
Candle2/src/frmmain_settings.cpp
Line 38 in 92654c5
| m_settings->setResetAfterConnect(set.value("resetConnect", true).toBool()); |
But not saved in saveSettings() later.
I tried to set resetConnect=false in config. It changed initial setting in UI, but still resets the CNC when connected. Also looking into the code, seems that this setting intended to completely disable reset, even when "Reset" button clicked and in other situations, which seems to be wrong.
Metadata
Metadata
Assignees
Labels
No labels