From 31ea2e7a50d7611c7ed16ebc7e977d0a7f7e3bd2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 1 Jun 2014 11:06:41 +0100 Subject: [PATCH] topeak-seatstay-lock: fix PiecesPrint --- topeak-seatstay-lock.scad | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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(){ -- 2.30.2