Hello Guest it is April 28, 2024, 07:15:01 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - rwoerz

Pages: 1
1
Mach4 General Discussion / Line 0: Zero Radius ARC
« on: July 22, 2022, 07:59:42 PM »
I've looked at other posts that have a similar error but none seem close enough. All I'm trying to do is face a spoilboard on my new Avid CNC router. The gcode is created by Fusion 360, very simple like mowing the lawn. It does the same thing over and over but mine stops about halfway through with the error. The only thing that changes from pass to pass is the "Y" value. I think it stops at the Y7.5179 command. Not sure why it says "Line 0".

If I try this with a nice radius at each end I get end stop errors. I'm supposed to have 49" in the "Y" direction but I'm only asking it to do 48". I'm using an Amana RC-2256 2" flycutter which is designed to do just this type of work. The parts that get surfaced look perfect. 

Please help, at this point my spoilboard looks like someone that doesn't know what he is doing worked on it. Good chance they are right.   


(FACE 5)
(T99  D=1.9685 CR=0. - ZMIN=-0.01 - FACE MILL)
G90 G94 G91.1 G40 G49 G17
G20

(FACE1)
M5
T99 M6
S14000 M3
G54
G0 X0.0 Y17.7462
G43 Z0.4 H99
Z0.2
G1 Z0.1868 F13.3
G18 G2 X0.0 Z-0.01 I0.1969 K0. F40.
G1 X0.
X48.
Y17.0156
X0.
Y16.285
X48.
Y15.5544
X0.
Y14.8238
X48.
Y14.0932
X0.
Y13.3626
X48.
Y12.632
X0.
Y11.9014
X48.
Y11.1708
X0.
Y10.4402
X48.
Y9.7096
X0.
Y8.9791
X48.
Y8.2485
X0.
Y7.5179
X48.
Y6.7873
X0.
Y6.0567
X48.
Y5.3261
X0.
Y4.5955
X48.
Y3.8649
X0.
Y3.1343
X48.
Y2.4037
X0.
Y1.6731
X48.
Y0.9425
X0.
G3 X0.0 Z0.1868 I0. K0.1968
G0 Z0.4
G17

M30
 

Pages: 1