X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=topeak-seatstay-lock.scad;h=ba066669963419249ff2b3207edca001dc3d0ebd;hp=b85632423826e7a53df0fec072114bbf059828b6;hb=edabdd3b059b242be61691647737a2e7cc5c263d;hpb=b9b0d04594a0ae8ceb6089fd303e205330c7e931 diff --git a/topeak-seatstay-lock.scad b/topeak-seatstay-lock.scad index b856324..ba06666 100644 --- a/topeak-seatstay-lock.scad +++ b/topeak-seatstay-lock.scad @@ -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);