Save User Checkbox State to Profile.
Posted: Sat Nov 19, 2016 12:30 am
Can you have the Save Settings button save the state of User Checkboxes to the profile?
Right now I have to do it with the Destructor macro, but it would be better for the Save Settings button to do it, for more consistent interface operation.
You could add a section like this:
[UserCheckboxes]
20101=True
20102=False
Then I use the Constructor macro to read the key and set the state when UCCNC starts.
Right now I have to do it with the Destructor macro, but it would be better for the Save Settings button to do it, for more consistent interface operation.
You could add a section like this:
[UserCheckboxes]
20101=True
20102=False
Then I use the Constructor macro to read the key and set the state when UCCNC starts.