- moved around portions of code in the App.__init__ for optimization; added a control in Preferences for usage of Log in Tcl Shell
This commit is contained in:
@@ -46,8 +46,6 @@ class FlatCAMDefaults:
|
||||
# 1 = show trace(show trace always),
|
||||
# 2 = (For the future).
|
||||
|
||||
"global_log_verbose": False,
|
||||
|
||||
"global_grid_context_menu": {
|
||||
'in': [0.01, 0.02, 0.025, 0.05, 0.1],
|
||||
'mm': [0.1, 0.2, 0.5, 1, 2.54]
|
||||
@@ -86,6 +84,7 @@ class FlatCAMDefaults:
|
||||
"global_graphic_engine": '3D',
|
||||
"global_app_level": 'b',
|
||||
|
||||
"global_log_verbose": False,
|
||||
"global_portable": False,
|
||||
"global_language": 'English',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user