From: Ian Jackson Date: Tue, 22 Apr 2025 18:24:52 +0000 (+0100) Subject: toolbox-inserts: wip fixingdemo X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8e77c00d85fe7177e2706ac26c928d4f60a71103;p=reprap-play.git toolbox-inserts: wip fixingdemo Signed-off-by: Ian Jackson --- diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index c60d33f..3aec1b2 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -266,12 +266,23 @@ module TestPlatesPrint() { ////toplevel module FixingDemo() { ////toplevel color("grey") intersection() { - projection(cut=true) - rotate([-90, 0, 0]) + projection(cut=true) rotate([-90, 0, 0]) { translate(fixing_pitch * [-1, -0.5, 0]) - FullPlate(); + // hole comes out a little small due to low side count on hole circle + FullPlate(); + } square([ fixing_pitch*3 + 1, 50 ], center=true); } + + color("red") { + difference(){ + projection(cut=true) rotate([-90, 0, 0]) { + FixingSurround($fixing_depth = fixing_depth); + } + rectfromto([ -fixing_hole_d/2, -1 ], + [ +fixing_hole_d/2, fixing_depth ]); + } + } } module OdAt(x,y) {