From c1b505dc33cd497b690d50327f7b4f1901d4faa3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 22 Nov 2018 19:54:40 +0000 Subject: [PATCH] poster-tube-lid: Additional tests for catch_pin_width debug Signed-off-by: Ian Jackson --- poster-tube-lid.scad | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/poster-tube-lid.scad b/poster-tube-lid.scad index 2e8209f..5464801 100644 --- a/poster-tube-lid.scad +++ b/poster-tube-lid.scad @@ -611,6 +611,35 @@ module CatchDemo(){ /////toplevel Cover(); } +module CatchDemoS(){ /////toplevel + color("blue") translate([0,0, + -catch_strap_width + -cpp0[1] + ]) + CatchAssembly(); + intersection(){ + translate([0,0,+side_height + ]) + Cover(); + mirror([0,1,0]) translate([-250,33,0]) cube([500,500,500]); + } + color("black") + translate([0,-33,0]) + cube([6.15, 2,2], center=true); +} + +module CatchPinProfileDemo(){ /////toplevel + echo("G ", + cpp2[0] - cpp1[0], + bayo_n[0] - bayo_e[0]); + color("blue") translate([-cpp2[0], + -cpp2[1], + +1, + ]) + CatchCoreProfile(); + polygon(bayo_polygon, convexity=10); +} + //ProfilesDemo(); //BayonetCutout(); //MainProfile(); -- 2.30.2