- updated some of the default values to more reasonable ones

This commit is contained in:
Marius Stanciu 2019-09-19 02:12:21 +03:00 committed by Marius
parent a27dcbdc77
commit 4f4c029003
2 changed files with 3 additions and 2 deletions

View File

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

View File

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