Hey everybody I just fixed my centroid cnc4e controller and I'm excited to get back to the z axis problem. Here is code for a circle, now it appears to be .2"-.3" to deep. That is just by the eyeball specs.
G90 F1.5
:TOOL #1 0.5000 ENDMILL ROUGH
M05
G00 X0.75 Y0. T1 /5. /0.5
M03
:JOB 1 POCKET
Z0.1
G01 Z-0.1 F0.9
G02 X0.75 Y0. I-0.75 J0. F1.5
G01 X0.5
G02 X0.5 Y0. I-0.5 J0.
G01 X0.25
G02 X0.25 Y0. I-0.25 J0.
G01 X0.
G00 Z0.1
:JOB 2 POCKET
:TOOL #1 0.5000 ENDMILL ROUGH
X0.25 Y0.
G01 Z-0.1 F0.9
G02 X0.25 Y0. I-0.25 J0. F1.5
G01 X0.
G00 Z0.1
: RETURN TO THE HOME POSITION
M05
M02
What I was wondering if anyone knew is if there is a setting in my program that is doing this? Also was wondering if anyone had any idea if taking the depth if it is to deep and measuring that and making a little touch off block that is the same depth that the axis is off? Would that compensate for the overcut and is that possibbly why it is off in the first place? I here that some people use a touch off block and I've heard that it is programmed into the controller. I've looked threw the manual and don't see anything that would be under, but maybe it is a term I don't know or I overlooked it. I'd really appreciate it if anyone could throw some ideas my way. |