diff --git a/README.md b/README.md index ce1aac70..837f738c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ CAD program, and create G-Code for Isolation routing. - made sure that optionally, when a script is run then it is also loaded into the code editor - added control over the display of Sys Tray Icon in Edit -> Preferences -> General -> GUI Settings -> Sys Tray Icon checkbox - updated some of the default values to more reasonable ones -- FlatCAM can be run in HEADLESS mode now. This node can be selected by using the --headless=1 command line argument or by changing the line headless=False to True in config/configuration.txt file. In this mod the Sys Tray Icon menu will hold only the Run Scrip menu entry and Exit entry. +- FlatCAM can be run in HEADLESS mode now. This mode can be selected by using the --headless=1 command line argument or by changing the line headless=False to True in config/configuration.txt file. In this mod the Sys Tray Icon menu will hold only the Run Scrip menu entry and Exit entry. - added a new TclCommand named quit_flatcam which will ... quit FlatCAM from Tcl Shell or from a script 18.09.2019