Machsupport Forum

Mach Discussion => Mach4 General Discussion => Topic started by: Bill_O on March 31, 2022, 02:09:45 PM

Title: problem with g code file
Post by: Bill_O on March 31, 2022, 02:09:45 PM
One of my customers made this file and it does not show in the graphics window of Mach4 or run.
I can not find the problem.
Title: Re: problem with g code file
Post by: Steve Stallings on March 31, 2022, 03:30:31 PM
The lines that appear to be intended to be labeled as N210, N220, and N230 are missing the letter "N" before the number. Adding this back makes it display.
Title: Re: problem with g code file
Post by: Bill_O on March 31, 2022, 03:41:59 PM
damn.
How did I miss that.

Thanks Steve
Title: Re: problem with g code file
Post by: Steve Stallings on March 31, 2022, 03:45:11 PM
.... and how did the Mach4 parser miss it. It should have been flagged as an error.