xpix wrote:Hi,
i used GSA now as my standard tool on a win7 machine and have some topix:
- i can't save my configuration. After every start i have to input data for my camera and the right serial port.
- Cambam save all gcode files with suffix nc. Can we add this in the file open dialog?
At the end ... a great tool, i will never miss this

Hi xpix,
This will point to non of the stetting being save at all, is there maybe a users permission problem? The configuration is saved to file on exit.
1.0.0 is now an old version from my PoV, do you mind trying the latest and see if the problem still exits I have changed quite a few things (mostly UI, adding gCODE syntax highlighting, and separating code in modules for better scalability). I am not ready to resale 1.1.0 yet but very close... never the less on version 1.0.0 I tested the configuration gets saved in Windows and Linux, even deleted the .gcs (Linux) or gcs.ini (Windows) to test default values are correct. This file should be in you home directory in windows 7 is c:\users\<username>.
I also just added code to save the configuration not only on exit but also when you click the OK button in the settings Dialog.
with regards to the extensions, "*.nc" is one of the ones I set. But i think it is a pull down to select the type. Yes I just double check on windows at the bottom next to the file name it says "ncg (*.ncg)" and that is a pull-down button; "nc (*.nc)" is the second option.
gWILDCARD = \
"ngc (*.ngc)|*.ngc|" \
"nc (*.nc)|*.nc|" \
"gcode (*.gcode)|*.gcode|" \
"All files (*.*)|*.*"
Thanks for the feedback.
The release candidate (rc) branch for 1.1.0 is:
https://github.com/duembeg/gcs/tree/ui_find_gotoline