- Tool Drilling - working on the UI

- Tool Drilling - added more tool parameters; laying the ground for adding "Drilling Slots" feature
This commit is contained in:
Marius Stanciu
2020-07-08 15:51:03 +03:00
committed by Marius
parent f0fba5ccd1
commit 6edd7f051a
8 changed files with 152 additions and 28 deletions

View File

@@ -287,6 +287,9 @@ class FlatCAMDefaults:
"excellon_spindledir": 'CW',
"excellon_f_plunge": False,
"excellon_f_retract": False,
"excellon_drill_slots": False,
"excellon_drill_overlap": 0.0,
"excellon_last_drill": True,
# Excellon Export
"excellon_exp_units": 'INCH',