From: Ian Jackson Date: Sun, 1 Jun 2014 10:06:41 +0000 (+0100) Subject: topeak-seatstay-lock: fix PiecesPrint X-Git-Tag: filamentspool-v2-release~339 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=31ea2e7a50d7611c7ed16ebc7e977d0a7f7e3bd2;p=reprap-play.git topeak-seatstay-lock: fix PiecesPrint --- diff --git a/topeak-seatstay-lock.scad b/topeak-seatstay-lock.scad index f854e59..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(){