Procházet zdrojové kódy

- changed the default method for Paint Tool to 'all'

Marius Stanciu před 6 roky
rodič
revize
d581462b1d
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 1 1
      FlatCAMApp.py
  2. 1 0
      README.md

+ 1 - 1
FlatCAMApp.py

@@ -1113,7 +1113,7 @@ class App(QtCore.QObject):
             "tools_paintoverlap": 0.015748,
             "tools_paintmargin": 0.0,
             "tools_paintmethod": "seed",
-            "tools_selectmethod": "single",
+            "tools_selectmethod": "all",
             "tools_pathconnect": True,
             "tools_paintcontour": True,
             "tools_paint_plotting": 'normal',

+ 1 - 0
README.md

@@ -27,6 +27,7 @@ CAD program, and create G-Code for Isolation routing.
 - fixed bug with losing the visibility of toolbars if at first startup the user tries to change something in the Preferences before doing a first save of Preferences
 - changed a bit the splash PNG file
 - moved all the GUI Preferences classes into it's own file flatcamGUI.PreferencesUI.py
+- changed the default method for Paint Tool to 'all'
 
 18.09.2019