From: Ian Jackson Date: Mon, 21 Apr 2025 18:29:10 +0000 (+0100) Subject: toolbox-inserts: TestPlates X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e19a504ccba557f42f59904f177d85f9c30e57f8;p=reprap-play.git toolbox-inserts: TestPlates Signed-off-by: Ian Jackson --- 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])