Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: francopuk on March 27, 2007, 08:38:18 AM

Title: g4 delay
Post by: francopuk on March 27, 2007, 08:38:18 AM
hi to all
my question is:
my idea for work is: entry tool to block, then wait, and then move axis, i insert this line

M3
G1 Z-2 G4 P1
G1 X25 Y0.......

this not correctly work because in the line G1 Z-2 G4 P1
execute first G4 P1 and then G1 Z-2

one solution is entry line:

M3
G1 Z-2
G4 P1
G1 X25 Y0.......

existing other solutions ?

thank for any ideas

franco
Title: Re: g4 delay
Post by: Brian Barker on March 27, 2007, 10:14:59 AM
Your second one is how you have to do it :(