- minor fixes in the Milling Plugin

This commit is contained in:
Marius Stanciu
2022-02-15 16:26:09 +02:00
committed by Marius
parent d13b4ef14f
commit a1a999b635
3 changed files with 5 additions and 2 deletions

View File

@@ -3607,7 +3607,7 @@ class CNCjob(Geometry):
return t_gcode, (locx, locy), start_gcode
# used in Geometry (and soon in Tool Milling)
# used in Geometry (and in Tool Milling)
def geometry_tool_gcode_gen(self, tool, tools, first_pt, last_pt, tolerance, is_first=False, is_last=False,
toolchange=False, use_ui=True):
"""