-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
This Issue is a continuation of the discussion from here:
#3488
Gmoccapy historically reads some parameters from a *.ini file, then saves them to a *.pref file. Then it reads and changes them using the Setup Page.
It is frustrating when you set parameters from a *.ini file, start Gmoccapy, the parameters are read correctly, but subsequent changes to the *.ini file are ignored. I have always struggled with this, but I thought it was just my distraction.
Currently, ISTAT check integration is in progress and there are plans to implement check INI parameters.
http://linuxcnc.org/docs/devel/html/gui/gui-dev-reference.html
It is necessary to decide how to deal with duplicate parameters in the Setup Page (*.pref file) in the future.