- if extracut_length is zero then the extracut will cut up until the first point in path no matter what the distance is
This commit is contained in:
@@ -591,7 +591,7 @@ class App(QtCore.QObject):
|
||||
"excellon_travelz": 2,
|
||||
"excellon_endz": 0.5,
|
||||
"excellon_feedrate": 300,
|
||||
"excellon_spindlespeed": None,
|
||||
"excellon_spindlespeed": 0,
|
||||
"excellon_dwell": False,
|
||||
"excellon_dwelltime": 1,
|
||||
"excellon_toolchange": False,
|
||||
@@ -658,7 +658,7 @@ class App(QtCore.QObject):
|
||||
"geometry_endz": 15.0,
|
||||
"geometry_feedrate": 120,
|
||||
"geometry_feedrate_z": 60,
|
||||
"geometry_spindlespeed": None,
|
||||
"geometry_spindlespeed": 0,
|
||||
"geometry_dwell": False,
|
||||
"geometry_dwelltime": 1,
|
||||
"geometry_ppname_g": 'default',
|
||||
|
||||
Reference in New Issue
Block a user