Hello Everyone
I been messing around with this for days, I got it to work in Mach 4 but not with Mach 3
I do have the 2 files in the Subroutines folde
Thanks
Here is my main program
File name START.TXT
G20
G54 x11.0 y10.0
M98 P0201 L1
O0201.tap
M30
and i also tried, This one works in mach 4 but not in Mach 3
G20
G54 x11.0 y10.0
M98 P0201 L1
M30
and my subprogram
File name O0201.tap
O0201
N100G00G20G17G90G40G49G80
N110G70G91.1
N120T1M06
N130 (V-Bit {90 deg 1 inches})
N140G00G43Z0.5000H1
N150S24000M03
N160(Toolpath:- V-Carve 1)
N170()
N180G94
N190X0.0000Y0.0000F100.0
N200G00X1.2460Y0.9877Z0.1000
N210G1Z-0.1516F30.0
N220G1X1.2472Y1.0265Z-0.1516F100.0
( Bunch of Code )
N53310G00Z0.1000
N53320G00Z0.5000
N53330G00X0.0000Y0.0000
N53340M09
M99
%