chiark / gitweb /
trailerhubcap overhanging fingernails FOR REVERT
[reprap-play.git] / trailerhubcap.scad
index 3c824b6f6b54eb58b9308e72930ac04fce401932..5a8aee81a3c7e2eb59b6fef26a74cdbf1f72ba94 100644 (file)
@@ -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() {