Machsupport Forum

Mach Discussion => VB and the development of wizards => Topic started by: valmet58 on March 11, 2013, 10:46:15 PM

Title: thread wizard modification
Post by: valmet58 on March 11, 2013, 10:46:15 PM
i want to add comments line in the gcode generated by the thread wizard at the beginning of the gcode.. example ( gcode generated by !!!!!!!! wizard )
what command do i use ?

thanks
Title: Re: thread wizard modification
Post by: Kenneth on March 12, 2013, 05:41:12 AM
if you're editing the code manually, you do just that.
don't think you can get the info from mach3 as to which
wizard. anything you put in () will be displayed in the
Error/Status display.

g0 x1 y1  ( gcode generated by thread wizard )
g......