chiark / gitweb /
topeak-seatstay-lock: fix PiecesPrint
[reprap-play.git] / topeak-seatstay-lock.scad
index f854e59413b53ce4b16cce983c7b431e754ad0f2..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(){