From: Ian Jackson Date: Thu, 22 Nov 2018 19:54:40 +0000 (+0000) Subject: poster-tube-lid: Additional tests for catch_pin_width debug X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c1b505dc33cd497b690d50327f7b4f1901d4faa3;p=reprap-play.git poster-tube-lid: Additional tests for catch_pin_width debug Signed-off-by: Ian Jackson --- 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();