Machsupport Forum
Mach Discussion => Mach4 General Discussion => Topic started by: Tristar500 on March 25, 2022, 04:52:53 PM
-
Mach 4
Win &
ESS
Anybody else notice that FRO doesn't work on first few lines of code?
After loading I lower feedrate down to 15-20% to make sure there are no surprises out of the gate.
What happens is the machine runs at 1$ until it hits the line of code sending the Z down to it's commanded position. FRO works OK from there.
Sample lines of code;
%
(FILENAME: BigManRough.nc)
(STOCK/BLOCK, 36.000, 24.000, 13.652, -0.000, 12.000, 0.000)
G20G64G17
G90
(TOOL/MILL,1.9685,0.98425,1.750,0.0)
M6 T2
M3 S5000
G0X0.0000Y0.0000Z13.7516
(Parallel Rough)
(Roughing Level Depth: 12.207)
G0X35.9770Y-11.2263
G1A0.0000Z12.2073F100.0
G1Z12.2073F100.0
X0.0000
Y-9.4547
-
FRO won’t change G0 moves, you will need to use rapid rate override for that
-
FRO won’t change G0 moves, you will need to use rapid rate override for that
Is there a button for that? FRO worked for rapids in Mach 3.