- 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:
committed by
Marius Stanciu
parent
5a6271be09
commit
c1fdf2d8e8
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user