From 13d5fc794bdac84184f10825fcd5318657b1cec7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 22 Apr 2025 19:15:57 +0100 Subject: [PATCH] toolbox-inserts: wip fixingdemo Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 10 ++++++++++ 1 file changed, 10 insertions(+) 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); -- 2.30.2