Machsupport Forum
Mach Discussion => General Mach Discussion => Topic started by: krsykes23 on February 25, 2012, 05:06:31 PM
-
Quite difficult to describe, but I'll try......I'm running Mach3 v .022 with Calypso's MachStdMill screen set .
It's been running fine, although the machine is still being constructed. Just noticed that the G Code is clipping the last line off.
In other words, the last line is missing. However, if I 'Edit' the code, the last line is there!
I've shut down and rebooted, tried loading a different G Code file, tried another screen set but the issue is still there.
Any ideas?
Keith
-
You need to "End" the last line by pressing the enter key on the keyboard so that the cursor moves on to the next line. That is why it is good practice to put a % on the last line as it assures you have done so.
Hood
-
Simple as that. thanks Hood.
K