Candle2 icon indicating copy to clipboard operation
Candle2 copied to clipboard

"Reset after connect" setting is not saved

Open vagran opened this issue 3 months ago • 0 comments

Disabling reset in UI does not change the behavior. Also restored enabled after application restart.

Loaded here: https://github.com/Schildkroet/Candle2/blob/92654c50886b68e457c0024d2ebd39fee4fd3e73/src/frmmain_settings.cpp#L38

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.

vagran avatar Sep 21 '25 11:09 vagran