chiark / gitweb /
sewing-table: Add small gaps to Demos
[reprap-play.git] / trailerhubcap.scad
index 5a8aee81a3c7e2eb59b6fef26a74cdbf1f72ba94..4ae4c7d48e7c8a9123d1fd9927410ad1d406f74f 100644 (file)
@@ -1,21 +1,24 @@
-maindia = 29.2;
+// Copyright (C)2012 Ian Jackson
+// Licenced under the GNU General Public Licence, version 3, or
+// (at your option) any later version.  There is NO WARRANTY.
+
+maindia = 29.7;
 poleholeh = 5.0;
 polecovth = 0.4;
 poleholerad = 6;
 
 mainoverlap = 1.5;
 
-hookbasew = 3.5;
-hookfullw = 6;
+hookbasew = 5.0;
+hookfullw = 7;
 hookheight = 4.5;
-hookwidth = 5;
+hookwidth = 8;
 hookbevelw = 0.75;
 hookbevelh = 1.5;
 
 fingernaildepth = 5;
 fingernailheight = 2.5;
-fingernailbased = 0.5;
-fingernailwidth = 8;
+fingernailwidth = 6;
 
 bigrad = maindia/2 + mainoverlap;
 mainth = poleholeh + polecovth;
@@ -37,8 +40,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() {