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) {
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();
}
}