From f4964c187686c6bba126354253aa9bb4b00079bc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 9 Sep 2012 23:15:30 +0100 Subject: [PATCH] Revert "trailerhubcap overhanging fingernails FOR REVERT" this won't print well obv This reverts commit 22442a0e17d6a00f5d98ab58315fe22fc124e4cf. --- trailerhubcap.scad | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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() { -- 2.30.2