From: Ian Jackson Date: Sun, 4 May 2025 22:56:45 +0000 (+0100) Subject: toolbox-inserts: BoxModelTest halves X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7124792e8e7abc5e8c9a923aca0ed8cfb50c91c1;p=reprap-play.git toolbox-inserts: BoxModelTest halves Signed-off-by: Ian Jackson --- diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 3e3679f..b2d86d5 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -423,9 +423,29 @@ module RailMountTest(){ ////toplevel } module BoxModelTest(){ ////toplevel - linextr(0, 1) { + h = 0.5; + linextr(0, h + box_edge_z_hindent) { BoxCavityEdgeModelPlan(); } + linextr(0, h) { + intersection(){ + BoxCavityModelMainPlan(); + union(){ + for (m=[0,1]) { + mirror([m, 0]) + for (x= [ 10 : 50: 300 ]) + translate([x, 0]) + square([5, 200], center=true); + } + } + } + } +} +module BoxModelHalfTestPrint(){ ////toplevel + intersection(){ + BoxModelTest(); + PlateSelect(false); + } } module OdAt(x,y) {