mirror of
https://github.com/adrianschlatter/threadlib.git
synced 2025-01-16 20:58:26 +01:00
Added a test case.
This commit is contained in:
parent
2021b75ceb
commit
9734ccdea3
12
tests/taptest.scad
Normal file
12
tests/taptest.scad
Normal file
@ -0,0 +1,12 @@
|
||||
use <threadlib/threadlib.scad>;
|
||||
|
||||
intersection() {
|
||||
union() {
|
||||
difference() {
|
||||
cylinder(r = 15, h = 20);
|
||||
tap("G1/2", 8);
|
||||
}
|
||||
bolt("G1/2", 8);
|
||||
}
|
||||
cube([20, 20, 20]);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user