- fixed the object collection methods that return a list of objects or names of objects such that they have a parameter now to allow adding to those lists (or not) for the objects of type Script or Document. Thus fixing some of the Tcl commands such Set Origin

This commit is contained in:
Marius Stanciu
2020-05-17 19:48:46 +03:00
parent 9a53edd017
commit c1941bc882
3 changed files with 19 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ CHANGELOG for FlatCAM beta
- fixed the workspace being always A4
- added a label in the status bar to show if the workplace is active and what size it is
- now the Edit command (either from Menu Edit ->Edit Object) or through the shortcut key (E key) or project tab context menu works also for the CNCJob objects (will open a text Editor with the GCode)
- grid snap toolbar is now always active
- fixed the object collection methods that return a list of objects or names of objects such that they have a parameter now to allow adding to those lists (or not) for the objects of type Script or Document. Thus fixing some of the Tcl commands such Set Origin
16.05.2020