List: discuss@lists.openscad.org
From: Robbie Sandberg
threaded_rod in BOSL2
Wed, Jun 25, 2025 5:03 PM
difference() {
cylinder(h=50, d=16, $fn=150);
translate([0,0,1.5])
cylinder(h=32.5, d=12);
translate([0,0,34])
threaded_rod(d=12, l=16, pitch=2, internal=false, bevel=0.5);
}
That should bring the top of the rod to the top of the tube, but it doesn’t. Instead the tube is closed at the top.