From: Ian Jackson Date: Tue, 22 Apr 2025 18:15:57 +0000 (+0100) Subject: toolbox-inserts: wip fixingdemo X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=13d5fc794bdac84184f10825fcd5318657b1cec7;p=reprap-play.git toolbox-inserts: wip fixingdemo Signed-off-by: Ian Jackson --- diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 076ac6e..2937166 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -261,6 +261,16 @@ module TestPlatesPrint() { ////toplevel } } +module FixingDemo() { ////toplevel + color("grey") intersection() { + projection(cut=true) + rotate([-90, 0, 0]) + translate(fixing_pitch * [-1, -0.5, 0]) + FullPlate(); + square([ fixing_pitch*3 + 1, 50 ], center=true); + } +} + module OdAt(x,y) { translate(fixing_pitch * [x,y,0]) children(0);