chiark / gitweb /
trailerhubcap for print again
[reprap-play.git] / 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]]);
 }