- fixed issue when rebooting from within in cx_freezed state (it issued a startup arg with the path to FlatCAM.exe but that triggered the last sys.exit(2) that I had in the App.args_at_startup())

- modified the make_win script for the presence of MatPlotLib
This commit is contained in:
Marius Stanciu
2019-09-26 21:15:22 +03:00
committed by Marius
parent c863f1f819
commit ac096fadbb
3 changed files with 11 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ CAD program, and create G-Code for Isolation routing.
=================================================
25.09.2019
26.09.2019
- added a Copy All button in the Code Editor, clicking this button will copy all text in the editor to the clipboard
- added a 'Milling Type' radio button in Geometry Editor Preferences to contorl the type of geometry will be generated in the Geo Editor (for conventional milling or for the climb milling)
@@ -20,6 +20,8 @@ CAD program, and create G-Code for Isolation routing.
- German Google-translation update to 100%
- updated the other languages and the .POT file
- changed some strings (that should not have been included for translation) and updated language files and the .POT file
- fixed issue when rebooting from within in cx_freezed state (it issued a startup arg with the path to FlatCAM.exe but that triggered the last sys.exit(2) that I had in the App.args_at_startup())
- modified the make_win script for the presence of MatPlotLib
25.09.2019