Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: Fleck on April 21, 2013, 08:48:14 PM

Title: M6 Macro working when I romove gcode line #s
Post by: Fleck on April 21, 2013, 08:48:14 PM
Hi is there some text I can insert into my tool-change macro to account for the line #s my CAM has in its code. My tool change works if I delete them.
 Thanks
Title: Re: M6 Macro working when I romove gcode line #s
Post by: ger21 on April 21, 2013, 09:18:21 PM
Can you be more specific about what the problem is?
What version of Mach3 are you using?
Title: Re: M6 Macro working when I romove gcode line #s
Post by: Fleck on April 21, 2013, 09:43:39 PM
Yes, sorry. The block line numbers like  ;NO3 T1 M6 . Actually it is the semicolon in front of the block line numbers that is causing the issue. I am using .066
         Thanks
Title: Re: M6 Macro working when I romove gcode line #s
Post by: ger21 on April 21, 2013, 10:14:58 PM
You need to edit the post processor to get rid of the semicolons.
Title: Re: M6 Macro working when I romove gcode line #s
Post by: Fleck on April 22, 2013, 12:12:15 AM
 OK thanks.