- had a first shot in creating a way to show the log messages in the Tcl Shell if a setting in Preferences is set

- fixed Isolation Tool tool table context menu pointing at the same method for the menu entries: Add Tool and Pick from DB
This commit is contained in:
Marius Stanciu
2020-11-25 12:48:38 +02:00
committed by Marius
parent 1af4ec0474
commit ca77b8869c
5 changed files with 154 additions and 102 deletions

View File

@@ -46,6 +46,8 @@ 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]