Denvi / Candle

GRBL controller application with G-Code visualizer written in Qt.
GNU General Public License v3.0
1.34k stars 548 forks source link

Settings.ini not getting updated properly #595

Open ghost opened 1 year ago

ghost commented 1 year ago

Versions

Describe the bug A clear and concise description of what the bug is. Put in gcodes in user buttons for loading unloading and centering millhead the first two buttons got stored once, after that could not update button config in settings.ini at all. used text editor to put the changes in ./git-src/Candle/build-candle-Desktop-Debug/settings.ini , so all is well.

userCommands0="F4000; G21G91; G01Z5; G01Y165; G01Z-5;" userCommands1="F4000; G21G91; G01Z5; G01Y-165; G01Z-5;" userCommands2="F4000; G21G91; G01Z5; G01X-121.5; G01Z-5;" userCommands3="F4000; G21G91; G01Z5; G01X121.5; G01Z-5;"

ghost commented 1 year ago

The searchpath for settings.ini is non-standard since it was built from ~/git-src/Candle/build-candle-Desktop-Debug Used QTcreator to modifiy the forms layout for FHD resolution. Screenshot_2023-02-12_01-14-51