- in Milling Plugin fixed the toolchange_xy and end_xy parameters not being used

This commit is contained in:
Marius Stanciu
2021-12-16 05:33:25 +02:00
committed by Marius
parent 2d1cf899e8
commit 0e4eb2631e
6 changed files with 43 additions and 21 deletions

View File

@@ -450,9 +450,9 @@ class FlatCAMDefaults:
"tools_mill_extracut": False,
"tools_mill_extracut_length": 0.1,
"tools_mill_z_pdepth": -0.02,
"tools_mill_feedrate_probe": 75,
"tools_mill_f_plunge": False,
"tools_mill_spindledir": 'CW',
"tools_mill_feedrate_probe": 75,
"tools_mill_area_exclusion": False,
"tools_mill_area_shape": "polygon",