- fixed a double application of milling offset when having geometries with multiple tools

- finished the mill-excellon feature in the Milling Tool; milling will be done progressively from the hole center toward the edge
This commit is contained in:
Marius Stanciu
2021-12-23 22:04:41 +02:00
committed by Marius
parent da154a865c
commit 03f096a1cd
6 changed files with 217 additions and 65 deletions

View File

@@ -468,6 +468,9 @@ class FlatCAMDefaults:
# Milling Plugin - Excellon Milling
"tools_mill_milling_type": 'both',
"tools_mill_milling_dia": 0.1,
"tools_mill_milling_overlap": 10, # in percentage
"tools_mill_milling_connect": True,
"tools_mill_optimization_type": 'R',
"tools_mill_search_time": 3,