From 22442a0e17d6a00f5d98ab58315fe22fc124e4cf Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 9 Sep 2012 23:15:28 +0100 Subject: [PATCH] trailerhubcap overhanging fingernails FOR REVERT --- trailerhubcap.scad | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/trailerhubcap.scad b/trailerhubcap.scad index 3c824b6..5a8aee8 100644 --- a/trailerhubcap.scad +++ b/trailerhubcap.scad @@ -14,7 +14,8 @@ hookbevelh = 1.5; fingernaildepth = 5; fingernailheight = 2.5; -fingernailwidth = 6; +fingernailbased = 0.5; +fingernailwidth = 8; bigrad = maindia/2 + mainoverlap; mainth = poleholeh + polecovth; @@ -36,8 +37,8 @@ module fingernails() { rotate([0,0,ang]) translate([bigrad - fingernaildepth, -fingernailwidth/2, - -fingernailheight]) - cube([fingernaildepth + 1, fingernailwidth, fingernailheight + 1]); + -fingernailheight-fingernailbased]) + cube([fingernaildepth + 1, fingernailwidth, fingernailheight]); } module hookrim() { -- 2.30.2