chiark / gitweb /
Revert "topeak-seatstay-lock: cylindrical hook to make lock hang at angle, BAD"
[reprap-play.git] / topeak-seatstay-lock.scad
index f5265e670ac76a70ee79c2f5f1aaa9004516c0f3..ba066669963419249ff2b3207edca001dc3d0ebd 100644 (file)
@@ -111,11 +111,14 @@ module Piece(pc,interval){
   }
 }
 
-module PiecesPrint(){
+module PiecePrint(pc){
   rotate([0,180,0])
-    for (pc=[0,1]){
-      Piece(pc,4);
-    }
+    Piece(pc,4);
+}
+
+module PiecesPrint(){
+  PiecePrint(0);
+  PiecePrint(1);
 }
 
 module Demo(){
@@ -129,3 +132,5 @@ module Demo(){
 //Pin();
 //Pieces();
 PiecesPrint();
+//PiecePrint(0);
+//PiecePrint(1);