From eff71877bb82168c4c1ac191c51f6deb35d91c37 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 4 May 2025 23:51:51 +0100 Subject: [PATCH] toolbox-inserts: BoxModelTest Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 826a5fe..3e3679f 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -422,6 +422,12 @@ module RailMountTest(){ ////toplevel RailMountPositive(); } +module BoxModelTest(){ ////toplevel + linextr(0, 1) { + BoxCavityEdgeModelPlan(); + } +} + module OdAt(x,y) { translate(fixing_pitch * [x,y,0]) children(0); -- 2.30.2