I'm trying to get my programs to either repeat x amount of times and/or loop continuously. I'm using a CamSoft Pro unit that controls an X-Y table. Reading the GCode programming.rtf file I was given for reference, it has M97 as being used for jumping and goto line numbers. Here's what I tried:
N00 G20 G91
N10 G01 X0.1 Y0.1 F30
N20 M97 N10
That didn't work. Any ideas on repeating program lines and continuous loops?