chiark / gitweb /
Revert "trailerhubcap overhanging fingernails FOR REVERT"
[reprap-play.git] / trailerhubcap.scad
index e3eb46bc3d2edb1d61042578129a7b60a8585eed..3c824b6f6b54eb58b9308e72930ac04fce401932 100644 (file)
@@ -1,14 +1,16 @@
-maindia = 28.4;
+maindia = 29.2;
 poleholeh = 5.0;
 polecovth = 0.4;
 poleholerad = 6;
 
 mainoverlap = 1.5;
 
-hookbasew = 4;
+hookbasew = 3.5;
 hookfullw = 6;
-hookheight = 4;
+hookheight = 4.5;
 hookwidth = 5;
+hookbevelw = 0.75;
+hookbevelh = 1.5;
 
 fingernaildepth = 5;
 fingernailheight = 2.5;
@@ -44,8 +46,9 @@ module hookrim() {
     translate([-maindia/2, 0, 0])
     polygon(points=[[hooklessdepth, 0],
                    [hookfullw, 0],
-                   [hookfullw, hookheight],
-                   [0, hookheight],
+                   [hookfullw*0.33, hookheight],
+                   [hookbevelw, hookheight],
+                   [0, hookheight-hookbevelh],
                    [0, hooklessdepth]]);
 }