- Drilling and Milling Tools: added support to choose the GCode for turning On the laser

This commit is contained in:
Marius Stanciu
2023-12-06 21:00:07 +02:00
parent 825a05d538
commit 569a30ee52
33 changed files with 329 additions and 241 deletions

View File

@@ -202,8 +202,8 @@ class TclCommandCopperClear(TclCommand):
"tools_ncc_contour": contour,
"tools_ncc_overlap": overlap,
"segx": self.app.options["geometry_segx"],
"segy": self.app.options["geometry_segy"]
"seg_x": self.app.options["geometry_seg_x"],
"seg_y": self.app.options["geometry_seg_y"]
})
ncc_tools = {}