Explorar o código

- updated some of the default values to more reasonable ones

Marius Stanciu %!s(int64=6) %!d(string=hai) anos
pai
achega
4f4c029003
Modificáronse 2 ficheiros con 3 adicións e 2 borrados
  1. 2 2
      FlatCAMApp.py
  2. 1 0
      README.md

+ 2 - 2
FlatCAMApp.py

@@ -808,7 +808,7 @@ class App(QtCore.QObject):
             "global_project_autohide": True,
             "global_toggle_tooltips": True,
             "global_worker_number": 2,
-            "global_tolerance": 0.01,
+            "global_tolerance": 0.005,
             "global_open_style": True,
             "global_delete_confirmation": True,
             "global_compression_level": 3,
@@ -1091,7 +1091,7 @@ class App(QtCore.QObject):
             # 2-Sided Tool
             "tools_2sided_mirror_axis": "X",
             "tools_2sided_axis_loc": "point",
-            "tools_2sided_drilldia": 0.0393701,
+            "tools_2sided_drilldia": 0.11811,
 
             # Film Tool
             "tools_film_type": 'neg',

+ 1 - 0
README.md

@@ -16,6 +16,7 @@ CAD program, and create G-Code for Isolation routing.
 - added some status messages for the Tcl script related methods
 - made sure that optionally, when a script is run then it is also loaded into the code editor
 - added control over the display of Sys Tray Icon in Edit -> Preferences -> General -> GUI Settings -> Sys Tray Icon checkbox
+- updated some of the default values to more reasonable ones
 
 18.09.2019