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

This commit is contained in:
Marius Stanciu 2019-09-19 23:34:54 +03:00 committed by Marius
parent fc1674ebc4
commit d581462b1d
2 changed files with 2 additions and 1 deletions

View File

@ -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',

View File

@ -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