From: Ian Jackson Date: Tue, 10 Jun 2025 11:00:17 +0000 (+0100) Subject: toolbox-inserts: BitDemo cutout X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=38ec82423ab0b51a22df2a45313b7b142a155cff;p=reprap-play.git toolbox-inserts: BitDemo cutout Signed-off-by: Ian Jackson --- diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index 01cdace..655e43e 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -828,9 +828,18 @@ module OverallDemo() { ////toplevel color("green") OdAt(-11.5, +2.5) ShaftExtenderHolder(); } +module BitDemoSelect() { + xcut = bit_pitch_x/2; + + render() difference(){ + union() children(); + linextr(-100,100) + rectfromto([xcut, -300], [300, 0]); + } +} module BitDemo() { ////toplevel - color("blue") translate([0,0, 0.1]) BitBitHolder(); - color("red") BitMagnetHolder(); + color("blue") translate([0,0, 0.1]) BitDemoSelect() BitBitHolder(); + color("red") BitDemoSelect() BitMagnetHolder(); } module OverallDemoLidded() { ////toplevel