added thread test
This commit is contained in:
parent
3a6756e716
commit
9d2bf074ea
2 changed files with 14 additions and 0 deletions
1
thread_experiment/README.md
Normal file
1
thread_experiment/README.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
No, not THAT kind of thread. Threads for nuts and bolts and screws! Neat!
|
13
thread_experiment/ThreadExample.scad
Normal file
13
thread_experiment/ThreadExample.scad
Normal 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);
|
Loading…
Add table
Reference in a new issue