- in GCode Editor added handlers for the Insert Code buttons

This commit is contained in:
Marius Stanciu
2020-11-07 15:55:06 +02:00
committed by Marius
parent 474bf90bb7
commit 231c033b5e
3 changed files with 19 additions and 9 deletions

View File

@@ -13,6 +13,7 @@ CHANGELOG for FlatCAM beta
- set the app to "Unstable" status
- fixed an if/else selection in the AppObject.on_object_created() that made the plotting of CNCJob objects to be done twice and second time will disregard the Plot Kind Preference value
- 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
7.11.2020