chiark / gitweb /
fairphone-case: add DemoLeft and DemoSelectAdhocLeftRight
[reprap-play.git] / flyscreen-handle.scad
index f18a83fd1b7ede0836e70cbf0f5be1766cc63ce6..5f1f643f6d0abf3b405c6da2c4bcc1756c34eeb8 100644 (file)
@@ -185,6 +185,9 @@ module LeverSectBot(inadj=false){
     LeverSect(false, inadj);
     PsHull([P5,P6,P7]);
     PsHull([P8b,P8eb,P9eb,P9b]);
+    Ribbles(P8eb[0],
+           P9b[0],
+           P8eb[1]);
     translate([pivot_x,0]) circle(r=pivot_r, $fn=20);
   }
 }