- in Isolation Plugin: if using a V-shape tool, restored the ability to change the tool diameter as a function of tip diameter, tip angle and the depth of cut

This commit is contained in:
Marius Stanciu
2021-10-30 16:13:32 +03:00
committed by Marius
parent b309a14929
commit 1596f69e2b
5 changed files with 229 additions and 59 deletions

View File

@@ -358,6 +358,10 @@ class FlatCAMDefaults:
"tools_iso_newdia": 0.1,
"tools_iso_tool_shape": 0, # "C1"
"tools_iso_cutz": -0.07,
"tools_iso_vtipdia": 0.1,
"tools_iso_vtipangle": 30,
"tools_iso_passes": 1,
"tools_iso_pad_passes": 0,
"tools_iso_overlap": 10,