I have 2 objectives. I want to save all of my fluidNC settings so I don’t have to fine tune my setup again. Where are the “flash Setting” saved? I can’t seem to find the file that has those configs.
Lastly, I want to modify the email subject for email notifications. Where in the world is that setting?
If you are using the standard config, the “Save” macro button will dump the current configuration out to the config.yaml file so it is saved between reboot.
You can do this manually by executing $CD=config.yaml in the terminal. You can then use the WebUI or web installer to download the file to save it in an external location.
I did the $CD command and I can not find my email settings anywhere in the config.yaml.
Also, I have the email stuff working, but I need to add additional settings to the config that is not presented in the UI. By default the email name is “ESP3D” and the default subject is “GRBL Notification”. I am pretty sure this is configurable, somewhere.
Not the end of the world if have to keep the defaults, but if I can configure them, all the better.