Marius Stanciu
|
ca4616a858
- fixed bug with losing the visibility of toolbars if at first startup the user tries to change something in the Preferences before doing a first save of Preferences
|
преди 6 години |
Marius Stanciu
|
26f34382bd
- changed the script icon to a smaller one in the sys tray menu
|
преди 6 години |
Marius Stanciu
|
1e49c23e8f
- added new control in Edit -> Preferences -> General -> Gui Preferences -> Activity Icon. Will select a GIF from a selection, the one used to show that FlatCAM is working.
|
преди 6 години |
Marius Stanciu
|
351da24ded
- fixed bug in Gerber Editor -> selection area handler where if some of the selected shapes did not had the 'solid' geometry will silently abort selection of further shapes
|
преди 6 години |
Marius Stanciu
|
f54568e9eb
- fixed bug in Gerber editor that did not allow to display all shapes after it encouterd one shape without 'solid' geometry
|
преди 6 години |
Marius Stanciu
|
ea95c0c759
- fixed the command line argument --shellvar to work when there are spaces in the argument value
|
преди 6 години |
Marius Stanciu
|
a706fd9f1e
- typo
|
преди 6 години |
Marius Stanciu
|
4540066731
- added a new TclCommand named quit_flatcam which will ... quit FlatCAM from Tcl Shell or from a script
|
преди 6 години |
Marius Stanciu
|
1d26247fc4
- 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.
|
преди 6 години |
Marius Stanciu
|
85af8a2c76
- added an example with a custom titlebar
|
преди 6 години |
Marius Stanciu
|
4f4c029003
- updated some of the default values to more reasonable ones
|
преди 6 години |
Marius Stanciu
|
a27dcbdc77
- made sure that if FlatCAM is registered with a file extension that it does not recognize it will exit
|
преди 6 години |
Marius Stanciu
|
04b3b8585f
- added option to run a script from the context menu of the sys tray icon. Changed the color of the sys tray icon to a green one so it will be visible on light and dark themes
|
преди 6 години |
Marius Stanciu
|
2f9ad61819
- fixed issue with the sys tray icon not hiding after application close
|
преди 6 години |
Marius Stanciu
|
cf0e40c318
- added possibility to edit the custom keywords used by the autocompleter (in Tcl Shell and in the Code Editor). It is done in the Edit -> Preferences -> Utilities
|
преди 6 години |
Marius Stanciu
|
31e111ebb3
- added sys tray menu
|
преди 6 години |
Marius Stanciu
|
f432b065fa
- fixed the parsing of the Manufacturing files when double clicking them and they are registered with FlatCAM
|
преди 6 години |
Marius Stanciu
|
8958ef8007
- fixed the --shellvar and --shellfile FlatCAM arguments to work together but the --shellvar has precedence over --shellfile as it is most likely that whatever variable set by --shellvar will be used in the script file run by --shellfile
|
преди 6 години |
Marius Stanciu
|
6723f9496c
- fixed the --shellvar and --shellfile FlatCAM arguments to work together but the --shellvar has precedence over --shellfile as it is most likely that whatever variable set by --shellvar will be used in the script file run by --shellfile
|
преди 6 години |
Marius Stanciu
|
608f1dd958
- made --shellvars into --shellvar and make it only one list of commands passed to the Tcl. The list is separated by comma but without spaces. The variables are accessed in Tcl with the names shellvar_x where x is the index in the list of command comma separated values
|
преди 6 години |
Marius Stanciu
|
71b945c05e
- added a new command line parameter for FlatCAM named '--shellvars' which can load a text file with variables for Tcl Shell in the format: one variable assignment per line and looking like: 'a=3' without quotes
|
преди 6 години |
Marius Stanciu
|
26fe1bf5e1
- if FlatCAM is started with the 'quit' or 'exit' as argument it will close immediately and it will close also another instance of FlatCAM that may be running
|
преди 6 години |
Marius Stanciu
|
49ac19a221
- fixed an bug where the pywrapcp name from Google OR-Tools is not defined
|
преди 6 години |
Marius Stanciu
|
fe97364ba5
- fixed issue #313 where TclCommand drillcncjob is spitting errors in Tcl Shell which should be ignored
|
преди 6 години |
Marius Stanciu
|
bd0c1da007
- fixed #315 where a script run with the --shellfile argument crashed the program if it contained a TclCommand New
|
преди 6 години |
Marius Stanciu
|
9187004f9e
- added more programmers that contributed to FlatCAM over the years, in the "About FlatCAM" -> Programmers window
|
преди 6 години |
Marius Stanciu
|
f51a3fa038
- made the splashscreen to be showed on the current monitor on systems with multiple monitors
|
преди 6 години |
Marius Stanciu
|
97b6e26fae
- added new links in Menu -> Help (Excellon, Gerber specifications and a Report Bug)
|
преди 6 години |
Marius Stanciu
|
cc3622d4c5
- fixed issue in the Laser postprocessor where the laser was turned on as soon as the GCode started creating an unwanted cut up until the job start
|
преди 6 години |
Marius Stanciu
|
727cee7aec
- fixed some issues recently introduced in the TclCommands CNCJob, DrillCNCJob adn write_gcode; changed some parameters names
|
преди 6 години |