- fixed a small issue in 'manual_toolchange' postprocessor file in toolchange function
This commit is contained in:
@@ -82,7 +82,7 @@ class manual_toolchange(FlatCAMPostProc):
|
|||||||
return """G00 Z{toolchangez}
|
return """G00 Z{toolchangez}
|
||||||
T{tool}
|
T{tool}
|
||||||
M5
|
M5
|
||||||
G00 X{toolchangex}Y{toolchangey}
|
G00 X{toolchangex} Y{toolchangey}
|
||||||
(MSG, Change to Tool Dia = {toolC}, Total drills for current tool = {t_drills})
|
(MSG, Change to Tool Dia = {toolC}, Total drills for current tool = {t_drills})
|
||||||
M0
|
M0
|
||||||
G01 Z0
|
G01 Z0
|
||||||
|
|||||||
Reference in New Issue
Block a user