chiark / gitweb /
trailerhubcap for print again
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 9 Sep 2012 15:31:45 +0000 (16:31 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 9 Sep 2012 15:31:45 +0000 (16:31 +0100)
trailerhubcap.scad

index e3eb46bc3d2edb1d61042578129a7b60a8585eed..285a6b5429f5b834951c89efbffa54481713ebbc 100644 (file)
@@ -1,4 +1,4 @@
-maindia = 28.4;
+maindia = 29.2;
 poleholeh = 5.0;
 polecovth = 0.4;
 poleholerad = 6;
@@ -44,7 +44,7 @@ module hookrim() {
     translate([-maindia/2, 0, 0])
     polygon(points=[[hooklessdepth, 0],
                    [hookfullw, 0],
-                   [hookfullw, hookheight],
+                   [hookfullw*0.33, hookheight],
                    [0, hookheight],
                    [0, hooklessdepth]]);
 }