chiark / gitweb /
poster-tube-lid: Drop commented-out old thing (nfc)
[reprap-play.git] / poster-tube-lid.scad
index b08eae29301f39a1098224adcc4cd3f837d8e942..ccf18a98cbd86c7cb23d9ddec4d2cd7307bbfcf6 100644 (file)
@@ -199,8 +199,6 @@ echo(bayo_polygon);
 
 // CATCH
 
-//cppy6 = -catch_strap_width * 2/3;
-
 cppxC = 0.41 * sm_inner_rad * TAU;
 
 // catch pin
@@ -598,6 +596,15 @@ module CatchAssemblyCoreProfile(){
     }
     translate(cpp2) circle(r= catch_cr);
   }
+  // if cpp11 is above cpp10, the subtracted hull above
+  // can go down too far.  Ensure we do not cut off below cppy6.
+  polygon([ cppE,
+           cppD,
+           cpp9,
+           [ cpp9[0],            cppy6 ],
+           [ cpp7[0] - catch_cr, cppy6 ],
+           cpp2d
+           ]);
 }
 
 module CatchHeadProfile(){