From 8c8f22d2d4e4e10fbb117d1f1947fc21396faa95 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 21 Apr 2025 19:28:04 +0100 Subject: [PATCH] toolbox-inserts: TestPlates Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index d32e4a0..24857e7 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -241,7 +241,22 @@ module LeftPlate() { ////toplevel } module RightPlate() { ////toplevel OnePlate(0); -} +} + +module TestPlates() { ////toplevel + intersection(){ + union(){ + LeftPlate(); + RightPlate(); + } + + linextr(-100,100) + rectfromto([ -100, -100 ], + [ 100, -40 ]); + } + + %OdAt(-5.5, -6) DriverHandleHolder(); +} module OdAt(x,y) { translate(fixing_pitch * [x,y,0]) -- 2.30.2