- added a new parameter named 'End Move X,Y' for the Geometry and Excellon objects. Adding a tuple of coordinates in this field will control the X,Y position of the final move; not entering a value there will cause not to make an end move
This commit is contained in:
@@ -2209,6 +2209,7 @@ class FlatCAMExcEditor(QtCore.QObject):
|
||||
"extracut": self.app.defaults["geometry_extracut"],
|
||||
"extracut_length": self.app.defaults["geometry_extracut_length"],
|
||||
"endz": self.app.defaults["excellon_endz"],
|
||||
"endxy": self.app.defaults["excellon_endxy"],
|
||||
"startz": self.app.defaults["excellon_startz"],
|
||||
"offset": self.app.defaults["excellon_offset"],
|
||||
"spindlespeed": self.app.defaults["excellon_spindlespeed"],
|
||||
|
||||
Reference in New Issue
Block a user