- changed the Drilling Tool such that when an Excellon Object was generated to use the 'Check_points' preprocessor then only that preprocessor will be available and usable

This commit is contained in:
Marius Stanciu
2021-01-18 01:13:26 +02:00
committed by Marius
parent 671b99912d
commit 66dff80e97
3 changed files with 7 additions and 3 deletions

View File

@@ -423,7 +423,7 @@ class FlatCAMDefaults:
"tools_drill_multidepth": False,
"tools_drill_depthperpass": 0.7,
"tools_drill_travelz": 2,
"tools_drill_endz": 0.5,
"tools_drill_endz": 15,
"tools_drill_endxy": None,
"tools_drill_feedrate_z": 300,