Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: Loui on September 19, 2008, 04:55:27 PM

Title: Code file
Post by: Loui on September 19, 2008, 04:55:27 PM
I have been running Mach 3 for a while now and just had to switch computers and now I have a problem. I have a M30 comand at the end of a program and when I load it in Mach3 you do not see it and it does not rewind the program. Any ideas? Thanks
Title: Re: Code file
Post by: Hood on September 19, 2008, 04:57:03 PM
You need to have a return after he last line in your code or it will not be seen. It is good practice to put a % after the last line of code as that insures you have moved onto the next line :)
Hood
Title: Re: Code file
Post by: Loui on September 19, 2008, 05:03:19 PM
Thanks for the quick reply. Problem solved.