- simplifying the UI for the Milling Tool when in 'Beginner' mode

- Milling UI - clicking the 'Beginner/Advanced' top button will switch the application mode for the current tool(this change need to be propagated everywhere a 'Beginner' mode is needed)
This commit is contained in:
Marius Stanciu
2020-12-09 16:59:03 +02:00
committed by Marius Stanciu
parent 5a6271be09
commit c1fdf2d8e8
4 changed files with 253 additions and 50 deletions

View File

@@ -306,6 +306,10 @@ class FlatCAMDefaults:
# Geometry Options
"tools_mill_tooldia": "2.4",
"tools_mill_offset_type": 0, # _('Path')
"tools_mill_offset": 0.0,
"tools_mill_job_type": 0, # 'Rough'
"tools_mill_cutz": -2.4,
"tools_mill_vtipdia": 0.1,
"tools_mill_vtipangle": 30,