- 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.
This commit is contained in:
@@ -42,5 +42,5 @@ class TclCommandPlotAll(TclCommand):
|
||||
:param unnamed_args:
|
||||
:return:
|
||||
"""
|
||||
|
||||
self.app.plot_all()
|
||||
if self.app.cmd_line_headless != 1:
|
||||
self.app.plot_all()
|
||||
|
||||
Reference in New Issue
Block a user