From 4f97e8ae45662e47480d1b73700226812b7133fc Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Sat, 2 Feb 2019 03:29:17 +0200 Subject: [PATCH] - fixed the date in the ReadMe --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e2ccb395..dc90cbcb 100644 --- a/README.md +++ b/README.md @@ -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 - 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 - 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. -- 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