- 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)

This commit is contained in:
Marius Stanciu
2020-05-17 16:26:25 +03:00
committed by Marius
parent 0aeef246ea
commit 18e128c57b
3 changed files with 15 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ CHANGELOG for FlatCAM beta
- solved the issue with the GUI in the Notebook being expanded too much in width due of the FCDoubleSpinner and FCSpinner sizeHint by setting the sizePolicy to Ignored value
- 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)
16.05.2020