mirror of
https://github.com/adrianschlatter/threadlib.git
synced 2025-08-06 13:56:28 +02:00
Added a test case.
This commit is contained in:
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]);
|
||||
}
|
Reference in New Issue
Block a user