All pastes #985550 Raw Edit

Something

public text v1 · immutable
#985550 ·published 2008-04-15 02:50 UTC
rendered paste body
(g-code that demonstrates a "hesitation" during blending)

G20G90G49 (inches, absolute, cancel tool offset)
G64P0.010 (blending with 0.010 tolerance)

(snipped roughing)

G53G0Z0   (quill all the way up)
G0X3Y2    (tool changing position)

(MSG, Load 1/8 ball end mill)
M0
G43H5     (set offset for ball end mill)
M3S2400   (start spindle)

(snipped pre-finish pass)

(preamble for finish pass)
G0 X0.450 Y0.330
G0 Z0.100
F15

(snipped a few loops thru the pattern, #102 starts at 0 and goes down a little at a time)

#100 = -0.00052 #101 = -0.00052 #102 = -0.10050
G1 X[#100+0.70000 ] Y[#101+0.26402 ] Z#102
(two identical lines - must be an offs thing)
G1 X[#100+0.74450 ] Y[#101+0.26402 ] Z#102
G1 X[#100+0.74450 ] Y[#101+0.26402 ] Z#102
(0.74450  0.26402 ) G3 X[#100+1.08544 ] Y[#101+0.48432 ] Z#102 I0.00000  J0.37398 
(really tiny arc - what I don't get is that it is clockwise)
(1.08544  0.48432 ) G2 X[#100+1.08504 ] Y[#101+0.48452 ] Z#102 I0.02783  J0.05766 
(1.08504  0.48452 ) G3 X[#100+1.09600 ] Y[#101+0.53550 ] Z#102 I-0.11304 J0.05098 
(another one - I think there are misblends at one or both of these)
(1.09600  0.53550 ) G2 X[#100+1.09598 ] Y[#101+0.53550 ] Z#102 I-0.00001 J0.06402 
(two identical lines again)
G1 X[#100+1.09598 ] Y[#101+0.75390 ] Z#102
G1 X[#100+1.09598 ] Y[#101+0.75390 ] Z#102
(1.09598  0.75390 ) G3 X[#100+1.05071 ] Y[#101+0.84969 ] Z#102 I-0.12398 J0.00000 
(1.05071  0.84969 ) G2 X[#100+1.05077 ] Y[#101+0.84972 ] Z#102 I0.03815  J-0.05141
G1 X[#100+0.94947 ] Y[#101+0.93292 ] Z#102
(0.94947  0.93292 ) G2 X[#100+0.94945 ] Y[#101+0.93294 ] Z#102 I0.04063  J0.04948 
(0.94945  0.93294 ) G3 X[#100+0.55029 ] Y[#101+0.98122 ] Z#102 I-0.23745 J-0.28894
(0.55029  0.98122 ) G2 X[#100+0.28000 ] Y[#101+0.80595 ] Z#102 I-0.27029 J0.12078 
(0.28000  0.80595 ) G2 X[#100+0.28000 ] Y[#101+0.80598 ] Z#102 I0.06402  J0.00001 
G1 X[#100+0.26402 ] Y[#101+0.80598 ] Z#102
G1 X[#100+0.26402 ] Y[#101+0.26402 ] Z#102
G1 X[#100+0.70000 ] Y[#101+0.26402 ] Z#102
G1 X[#100+0.70000 ] Y[#101+0.26402 ] Z#102

(snipped a bunch more loops - #102 ends at -0.850)

(snipped drilling holes, etc)

M5        (stop spindle)
G49       (tool comp off)
G53G0Z0   (quill all the way up)
G0X3Y2    (parking position)

M2