chiark / gitweb /
filamentspool: Add nondove_armhole_slop_x
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 14 Dec 2015 01:40:16 +0000 (01:40 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 14 Dec 2015 01:40:16 +0000 (01:40 +0000)
filamentspool.scad

index ad6906b6d2caa0184f3c85ec5eafaa771b6a1955..2f99631b4c21c01a80ce4a95cd404145403c3b25 100644 (file)
@@ -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 <doveclip.scad>
 include <cliphook.scad>
@@ -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])