chiark / gitweb /
Revert "topeak-seatstay-lock: cylindrical hook to make lock hang at angle, BAD"
[reprap-play.git] / topeak-seatstay-lock.scad
index b85632423826e7a53df0fec072114bbf059828b6..ba066669963419249ff2b3207edca001dc3d0ebd 100644 (file)
@@ -116,10 +116,9 @@ module PiecePrint(pc){
     Piece(pc,4);
 }
 
-module PiecesPrint(pcs=[0,1]){
-  for (pc=pcs){
-    PiecePrint();
-  }
+module PiecesPrint(){
+  PiecePrint(0);
+  PiecePrint(1);
 }
 
 module Demo(){
@@ -133,3 +132,5 @@ module Demo(){
 //Pin();
 //Pieces();
 PiecesPrint();
+//PiecePrint(0);
+//PiecePrint(1);