From: Ian Jackson Date: Mon, 14 Dec 2015 01:40:16 +0000 (+0000) Subject: filamentspool: Add nondove_armhole_slop_x X-Git-Tag: filamentspool-v2-release~102 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0d337c3d534bd3d64fe36712269d6454aa696bb6;p=reprap-play.git filamentspool: Add nondove_armhole_slop_x --- diff --git a/filamentspool.scad b/filamentspool.scad index ad6906b..2f99631 100644 --- a/filamentspool.scad +++ b/filamentspool.scad @@ -85,6 +85,7 @@ nondove_armhole_hole = 4; nondove_armhole_support = 7; nondove_armhole_wall = 4; nondove_armhole_slop = 0.5; +nondove_armhole_slop_x = 0.5; include include @@ -276,7 +277,7 @@ module Hub(){ ////toplevel + nondove_armhole_hole/2 + nondove_armhole_support, nondove_allwidth, nondove_armhole_wall + totalheight]); - translate([hubeffrad, + translate([hubeffrad - nondove_armhole_slop_x, -nondove_allwidth/2 + nondove_armhole_wall - nondove_armhole_slop, nondove_armhole_wall])