- added support for shortcut key F2 when in the Project Tab and that will allow the object renaming much faster

This commit is contained in:
Marius Stanciu
2020-11-07 20:26:11 +02:00
committed by Marius
parent 02bdb20a08
commit d842b490a8
3 changed files with 11 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ CHANGELOG for FlatCAM beta
- updated the GCode generation section. Now the GCode is generated only once, when a CNCJob object was created. If the user chose to use the GCode Editor the GCode is only updated. If the user chose to include or remove the CNC Code Snippets, only then the GCode is regenerated. This has a higher impact on CNCJobs with very complex and long GCode.
- in GCode Editor added handlers for the Insert Code buttons
- in Project tab, when selecting multiple CNCJob objects, in the context menu the name of the Save entry change to Batch Save and those objects are all saved each in its own file
- added support for shortcut key F2 when in the Project Tab and that will allow the object renaming much faster
7.11.2020