From 9327878988bb6dd3aced15fa6e5e2a6992caefc2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 5 Dec 2025 00:08:59 +0000 Subject: [PATCH] toolbox-inserts: Break out FixingDemoIndicator Signed-off-by: Ian Jackson --- toolbox-inserts.scad | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/toolbox-inserts.scad b/toolbox-inserts.scad index a4e06ba..4e8615d 100644 --- a/toolbox-inserts.scad +++ b/toolbox-inserts.scad @@ -156,6 +156,13 @@ module FixingInternalThread(){ test=$screw_test); } +module FixingDemoIndicator() { + %union() { + linextr(0, 30) circle(r= 0.5, $fn=4); + linextr(0, $fixing_depth) circle(r= fixing_nom_d/2); + } +} + //---------- wells (relating to the -ve space in holders) ---------- module WellSurroundGapElevation(z_bottom_def, z_edge, z_wayhigh, gap) { @@ -219,10 +226,7 @@ module WellSurround( AtFixingPositions(hull_group) FixingSurround(); } AtFixingPositions(hull_group) - %union() { - linextr(0, 30) circle(r= 0.5, $fn=4); - linextr(0, $fixing_depth) circle(r= fixing_nom_d/2); - } + FixingDemoIndicator(); } } -- 2.30.2