[ [ x, y ] ]
];
+module FixingInternalThread(){
+ render()
+ metric_thread(diameter=fixing_thread_d, pitch=fixing_thread_pitch,
+ length=$fixing_depth, internal=true, leadin=3,
+ test=$screw_test);
+}
+
//---------- wells (relating to the -ve space in holders) ----------
module WellSurroundGapElevation(z_bottom_def, z_edge, z_wayhigh, gap) {
for (hull_group = fixings)
AtFixingPositions(hull_group)
- render()
- metric_thread(diameter=fixing_thread_d, pitch=fixing_thread_pitch,
- length=$fixing_depth, internal=true, leadin=3,
- test=$screw_test);
+ FixingInternalThread();
}
linextr(-100, 0.01) square(1000, center=true);