I want to achieve the following example for a drill routine on a Biesse Rover:-
N10 X100 Y100 T5 L=G99 PRF=10
Obviously below does not work as x and y will not show in G Code and if i try putting it in the Rapid section z will= safe height.
+---------------------------------------------------
+ Commands output for Plunge Moves
+---------------------------------------------------
begin PLUNGE_MOVE
"[N] [X] [Y] T[T] L=G99 PRF=[Z]"
I can already do this using rapid move, but it does not work for my machine . It has to be all 1 line.
N10 X100 Y100
N20 T5 L=G99 PRF=10
Appreciate your help in advance