added thread test

This commit is contained in:
cecilkorik 2024-01-29 21:10:35 -05:00
parent 3a6756e716
commit 9d2bf074ea
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1 @@
No, not THAT kind of thread. Threads for nuts and bolts and screws! Neat!

View file

@ -0,0 +1,13 @@
use <threads.scad>
use <measurement.scad>
render() difference() {
ScrewThread(5, 5, 0.99, 55, 0, 0);
$fn = 50;
translate([0,0,-0.5]) cylinder(6, 1.9, 1.9);
}
color("red") x_measurement(3.8, [-1.99,0,2.5]);
$fn=100;
//#cylinder(5,2.5,2.5);