chiark / gitweb /
Makefile: drop utils.scad from AUTOINCS
[reprap-play.git] / trailerhubcap.scad
index 285a6b5429f5b834951c89efbffa54481713ebbc..4ae4c7d48e7c8a9123d1fd9927410ad1d406f74f 100644 (file)
@@ -1,14 +1,20 @@
-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 = 4;
-hookfullw = 6;
-hookheight = 4;
-hookwidth = 5;
+hookbasew = 5.0;
+hookfullw = 7;
+hookheight = 4.5;
+hookwidth = 8;
+hookbevelw = 0.75;
+hookbevelh = 1.5;
 
 fingernaildepth = 5;
 fingernailheight = 2.5;
@@ -45,7 +51,8 @@ module hookrim() {
     polygon(points=[[hooklessdepth, 0],
                    [hookfullw, 0],
                    [hookfullw*0.33, hookheight],
-                   [0, hookheight],
+                   [hookbevelw, hookheight],
+                   [0, hookheight-hookbevelh],
                    [0, hooklessdepth]]);
 }