- small changes in parse_gcode()

This commit is contained in:
Marius Stanciu
2019-12-06 18:45:13 +02:00
parent 13f67786af
commit 23a1388e98
3 changed files with 13 additions and 7 deletions

View File

@@ -107,8 +107,8 @@ class default(FlatCAMPostProc):
gcode = """
M5
G00 Z{z_toolchange}
G00 X{x_toolchange} Y{y_toolchange}
T{tool}
G00 X{x_toolchange} Y{y_toolchange}
M6
(MSG, Change to Tool Dia = {toolC} ||| Total drills for tool T{tool} = {t_drills})
M0