- more fixes (didn't get it right before)

This commit is contained in:
Marius Stanciu
2019-01-31 02:50:03 +02:00
committed by Marius S
parent 4441e40042
commit 60614e4b45
6 changed files with 11 additions and 11 deletions

View File

@@ -105,7 +105,7 @@ class line_xyz(FlatCAMPostProc):
T{tool}
M5
M6
(MSG, Change to Tool Dia = {toolC}, Total drills for current tool = {t_drills})
(MSG, Change to Tool Dia = {toolC} ||| Total drills for tool T{tool} = {t_drills})
M0""".format(toolchangex=self.coordinate_format%(p.coords_decimals, toolchangex),
toolchangey=self.coordinate_format % (p.coords_decimals, toolchangey),
toolchangez=self.coordinate_format % (p.coords_decimals, toolchangez),