소스 검색

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

Marius Stanciu 6 년 전
부모
커밋
d581462b1d
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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