From 858c790ff7f06204562c72b97fcb1a338738bc3a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 4 May 2025 23:59:52 +0100 Subject: [PATCH] toolbox-inserts: BoxModelTest halves, less material Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index b2d86d5..3c1217f 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -424,8 +424,14 @@ module RailMountTest(){ ////toplevel module BoxModelTest(){ ////toplevel h = 0.5; - linextr(0, h + box_edge_z_hindent) { - BoxCavityEdgeModelPlan(); + difference(){ + linextr(0, h + box_edge_z_hindent) { + BoxCavityEdgeModelPlan(); + } + AtPlateFixings(){ + linextr(-10, 10) + circle(r = 3.5, $fn=40); + } } linextr(0, h) { intersection(){ -- 2.30.2