Hello Guest it is April 18, 2024, 03:48:36 PM

Author Topic: Restart program  (Read 1841 times)

0 Members and 1 Guest are viewing this topic.

Re: Restart program
« Reply #10 on: September 17, 2019, 07:03:01 PM »
you could replace any m30 in a program with m99 it will never stop
I use them all the time for warmup routines or checking tool changer issues.
you don't need a m98 just in sub routine calls


Here is a rough example of stepping over and maybe drilling or spotfacing
#100=1
#101=1.5

M98 P1000 L1
M3
M98 P2000 L9
M98 P1000 L1
M5
M30

O1000
G0z1
G0X0Y0
m99

O2000
#100=#100+1
g0 x#100 y#101
g1z-.1f40
g4p1
g0z.1
m99
Re: Restart program
« Reply #11 on: September 18, 2019, 09:02:59 AM »
Very helpful, thanks