- more modifications for the Gerber UI layout; made 'follow' an advanced Gerber option

This commit is contained in:
Marius Stanciu
2019-02-25 19:42:56 +02:00
committed by Marius S
parent d43de2ea77
commit 11ef818f0d
5 changed files with 41 additions and 31 deletions

View File

@@ -61,7 +61,7 @@ class Toolchange_Probe_MACH3(FlatCAMPostProc):
gcode += 'G17\n'
gcode += 'G94\n'
gcode += '(MSG, WARNING: Make sure you do zero on all axis. ' \
'For Z axis, since it will be probed, make a rough estimate and do a zero.)'
'For Z axis, since it will be probed, make a rough estimate and do a zero.)\n'
gcode += 'M0'
return gcode