From 3c75c6575c9ec874afd93fe9d2e1c7f28390806f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 22 Nov 2018 01:19:18 +0000 Subject: [PATCH] poster-tube-lid: catch: Colourise CatchDemo Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 6ae96f9..b70ea3d 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -598,14 +598,14 @@ module CatchAssembly(){ /////toplevel } module CatchDemo(){ /////toplevel - translate([0,0, + color("blue") translate([0,0, -catch_strap_width -cpp0[1] ]) CatchAssembly(); translate([0,0,+side_height ]) - %Cover(); + Cover(); } //ProfilesDemo(); -- 2.30.2