From: Ian Jackson Date: Sun, 9 Sep 2012 15:31:45 +0000 (+0100) Subject: trailerhubcap for print again X-Git-Tag: filamentspool-v2-release~889 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=0377dcc817f399af7be8918c8485408c171f74a7 trailerhubcap for print again --- diff --git a/trailerhubcap.scad b/trailerhubcap.scad index e3eb46b..285a6b5 100644 --- a/trailerhubcap.scad +++ b/trailerhubcap.scad @@ -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]]); }