- fixed the App.on_view_source() method for CNCJob objects: the Gcode will now contain the Prepend and Append code from the Edit -> Preferences -> CNCJob -> CNCJob Options

This commit is contained in:
Marius Stanciu
2019-09-16 04:10:02 +03:00
committed by Marius
parent 61120911c6
commit 4b28d980fd
2 changed files with 5 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ CAD program, and create G-Code for Isolation routing.
16.09.2019
- modified the TclCommand New so it will no longer close all tabs when called (it closed the Code Editor tab which may have been holding the code that run)
- fixed the App.on_view_source() method for CNCJob objects: the Gcode will now contain the Prepend and Append code from the Edit -> Preferences -> CNCJob -> CNCJob Options
15.09.2019