From 44c6b12298974564a9bb50e7c5c35d9b74b0fc8c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 27 Nov 2018 22:06:31 +0000 Subject: [PATCH] poster-tube-lid: catch: fix assembly and demos Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 77ecb17..31401f0 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -658,8 +658,7 @@ module CatchAssembly(){ /////toplevel module CatchDemo(){ /////toplevel color("blue") translate([0,0, - -catch_strap_width - -cpp0[1] + -catch_assembly_dy ]) CatchAssembly(); translate([0,0,+side_height @@ -669,8 +668,7 @@ module CatchDemo(){ /////toplevel module CatchDemoS(){ /////toplevel color("blue") translate([0,0, - -catch_strap_width - -cpp0[1] + -catch_assembly_dy ]) CatchAssembly(); intersection(){ -- 2.30.2