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