hesstool
Stainless
- Joined
- Oct 4, 2007
- Location
- Richland, WA
I'm sure there is an easy fix to this, but for the life of me I can't find it. I've been using OneCNC for years but I am now using MC X5.
When calculating an arc for the toolpath, MC seems to take the radius and move it to the opposite side of the toolpath start point. I first thought it was a problem in our Acramatic 2100e post, but it shows up in the HAAS and Fanuc posts as well making me think it's something in MC. Is there some absolute/incramental toggle I'm missing?
Here is a simple 2" dia. circle I just cooked up for a visual. Instead of an I,J value of I0., J0., you can see it has an I value of -1.! Why is this happening?
Here's the example in Acramatic 2100e:
;PROGRAM NAME = T;
;06-10-11 TIME =10:22;
; 1/2 BALL ENDMILL TOOL - 2 DIA. - .5;
:T2 M6
N100 G00 G90 X1. Y0. S1069 M03
N110 Z.1
N120 G01 Z-.005 F6.42
N130 G03 I-1. J0.
N140 G00 Z.1
N150 M05
N160 G28 P1
N180 G98.1 X10. Y20.
N200 M02
When calculating an arc for the toolpath, MC seems to take the radius and move it to the opposite side of the toolpath start point. I first thought it was a problem in our Acramatic 2100e post, but it shows up in the HAAS and Fanuc posts as well making me think it's something in MC. Is there some absolute/incramental toggle I'm missing?
Here is a simple 2" dia. circle I just cooked up for a visual. Instead of an I,J value of I0., J0., you can see it has an I value of -1.! Why is this happening?
Here's the example in Acramatic 2100e:
;PROGRAM NAME = T;
;06-10-11 TIME =10:22;
; 1/2 BALL ENDMILL TOOL - 2 DIA. - .5;
:T2 M6
N100 G00 G90 X1. Y0. S1069 M03
N110 Z.1
N120 G01 Z-.005 F6.42
N130 G03 I-1. J0.
N140 G00 Z.1
N150 M05
N160 G28 P1
N180 G98.1 X10. Y20.
N200 M02