From e19a504ccba557f42f59904f177d85f9c30e57f8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 21 Apr 2025 19:29:10 +0100 Subject: [PATCH] toolbox-inserts: TestPlates Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 24857e7..a351919 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -257,6 +257,15 @@ module TestPlates() { ////toplevel %OdAt(-5.5, -6) DriverHandleHolder(); } +module LeftPlatePrint() { ////toplevel + rotate([180,0,0]) LeftPlate(); +} +module RightPlatePrint() { ////toplevel + rotate([180,0,0]) RightPlate(); +} +module TestPlatesPrint() { ////toplevel + rotate([180,0,0]) TestPlates(); +} module OdAt(x,y) { translate(fixing_pitch * [x,y,0]) -- 2.30.2