diff --git a/bobbin.scad b/bobbin.scad index 2e48db1..291bc89 100644 --- a/bobbin.scad +++ b/bobbin.scad @@ -54,7 +54,7 @@ module bobbin_joiners(ld=LegDiameter, ll=LegLength, lb=12.14, tg=CoreGap, lc=.15 up((pinLen-conThick)/2) { xflip() { if (clear) - half_joiner_clear(h=conWidth, w=conThick,l=conThick/2,orient=ORIENT_X_90); + half_joiner_clear(h=conWidth, w=conThick,orient=ORIENT_X_90); else if (plug) half_joiner(h=conWidth, w=conThick,l=conThick/2,orient=ORIENT_X_90); else @@ -86,7 +86,7 @@ module bobbin(ld=LegDiameter, ll=LegLength, lb=12.14, tg=CoreGap, lc=.15, t=.4, } cylinder(d=inner,h=bl+2*conThick+2,center=true); // Wire Channels - yspread(n=2, l=5+sd/2 ) + yspread(n=2, l=5+sd/2 left(sd/2) cylinder(d=2,h=bl+2,center=true); } left(2*lc+inner/2) intersection() {