- fixed the FlatCMAScript object when loading it from a project

This commit is contained in:
Marius Stanciu
2019-10-02 22:59:50 +03:00
committed by Marius
parent b9b0c8fee8
commit 5143cafc59
3 changed files with 20 additions and 4 deletions

View File

@@ -20,8 +20,9 @@ CAD program, and create G-Code for Isolation routing.
- reused the Multiprocessing Pool declared in the App for the ToolRulesCheck() class
- adapted the Project context menu for the new types of FLatCAM objects
- modified the setup_recent_files to accommodate the new FlatCAM objects
- made sure that when an FlatCAMscript object is deleted, it's associated Tab is closed
- made sure that when an FlatCAMScript object is deleted, it's associated Tab is closed
- fixed the FlatCMAScript object saving when project is saved (loading a project with this script object is not working yet)
- fixed the FlatCMAScript object when loading it from a project
1.10.2019