From 7a5175fc3588d83b4eecb88a7286040f699ba943 Mon Sep 17 00:00:00 2001 From: Stephen Carpenter Date: Tue, 5 Dec 2023 16:04:47 -0500 Subject: [PATCH] Fixed Warning Got a warning, had an extra l param on the joiner _clear --- bobbin.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {