|
@@ -9,6 +9,19 @@ CAD program, and create G-Code for Isolation routing.
|
|
|
|
|
|
|
|
=================================================
|
|
=================================================
|
|
|
|
|
|
|
|
|
|
+1.02.2019
|
|
|
|
|
+
|
|
|
|
|
+- fixed postprocessor files so now the bounds values are right aligned (assuming max string length of 9 chars which means 4 digits and 4 decimals)
|
|
|
|
|
+- corrected small type in list_sys Tcl command; added a protection of the Plot Area Tab after a successful edit.
|
|
|
|
|
+- remade the way FlatCAM saves the GUI position data from a file (previously) to use PyQt QSettings
|
|
|
|
|
+- added a 'theme' combo selection in Edit -> Preferences. Two themes are available: standard and compact.
|
|
|
|
|
+- some code cleanup
|
|
|
|
|
+- fixed a source of possible errors in DetachableTab Widget.
|
|
|
|
|
+- fixed gcode conversion/scale (on units change) when multiple values are found on each line
|
|
|
|
|
+- replaced the pop-up window for the shortcut list with a new detachable tab
|
|
|
|
|
+- removed the pop-up messages from the rotate, skew, flip commands
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
31.01.2019
|
|
31.01.2019
|
|
|
|
|
|
|
|
- added a parameter ('Fast plunge' in Edit -> Preferences -> Geometry Options and Excellon Options) to control if the fast move to Z_move is done or not
|
|
- added a parameter ('Fast plunge' in Edit -> Preferences -> Geometry Options and Excellon Options) to control if the fast move to Z_move is done or not
|
|
@@ -20,15 +33,6 @@ CAD program, and create G-Code for Isolation routing.
|
|
|
- FlatCAM saves now to a file in self.data_path the toolbar positions and the position of TCL Shell
|
|
- FlatCAM saves now to a file in self.data_path the toolbar positions and the position of TCL Shell
|
|
|
- Plot Area Tab view can now be toggled, added entry in View Menu and shortcut key CTRL+F10
|
|
- Plot Area Tab view can now be toggled, added entry in View Menu and shortcut key CTRL+F10
|
|
|
- All the tabs in the GUI right side are (Plot Are, Preferences etc) are now detachable to a separate windows which when closed it returns in the previous location in the toolbar. Those detached tabs can be also reattached by drag and drop.
|
|
- All the tabs in the GUI right side are (Plot Are, Preferences etc) are now detachable to a separate windows which when closed it returns in the previous location in the toolbar. Those detached tabs can be also reattached by drag and drop.
|
|
|
-- fixed postprocessor files so now the bounds values are right aligned (assuming max string length of 9 chars which means 4 digits and 4 decimals)
|
|
|
|
|
-- corrected small type in list_sys Tcl command; added a protection of the Plot Area Tab after a successful edit.
|
|
|
|
|
-- remade the way FlatCAM saves the GUI position data from a file (previously) to use PyQt QSettings
|
|
|
|
|
-- added a 'theme' combo selection in Edit -> Preferences. Two themes are available: standard and compact.
|
|
|
|
|
-- some code cleanup
|
|
|
|
|
-- fixed a source of possible errors in DetachableTab Widget.
|
|
|
|
|
-- fixed gcode conversion/scale (on units change) when multiple values are found on each line
|
|
|
|
|
-- replaced the pop-up window for the shortcut list with a new detachable tab
|
|
|
|
|
-- removed the pop-up messages from the rotate, skew, flip commands
|
|
|
|
|
|
|
|
|
|
30.01.2019
|
|
30.01.2019
|
|
|
|
|
|