From: Ian Jackson Date: Sun, 9 Sep 2012 22:15:30 +0000 (+0100) Subject: Revert "trailerhubcap overhanging fingernails FOR REVERT" X-Git-Tag: filamentspool-v2-release~886 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=f4964c187686c6bba126354253aa9bb4b00079bc Revert "trailerhubcap overhanging fingernails FOR REVERT" this won't print well obv This reverts commit 22442a0e17d6a00f5d98ab58315fe22fc124e4cf. --- diff --git a/trailerhubcap.scad b/trailerhubcap.scad index 5a8aee8..3c824b6 100644 --- a/trailerhubcap.scad +++ b/trailerhubcap.scad @@ -14,8 +14,7 @@ hookbevelh = 1.5; fingernaildepth = 5; fingernailheight = 2.5; -fingernailbased = 0.5; -fingernailwidth = 8; +fingernailwidth = 6; bigrad = maindia/2 + mainoverlap; mainth = poleholeh + polecovth; @@ -37,8 +36,8 @@ module fingernails() { rotate([0,0,ang]) translate([bigrad - fingernaildepth, -fingernailwidth/2, - -fingernailheight-fingernailbased]) - cube([fingernaildepth + 1, fingernailwidth, fingernailheight]); + -fingernailheight]) + cube([fingernaildepth + 1, fingernailwidth, fingernailheight + 1]); } module hookrim() {