mirror of
https://github.com/adrianschlatter/threadlib.git
synced 2025-01-16 20:58:26 +01:00
12 lines
219 B
OpenSCAD
12 lines
219 B
OpenSCAD
use <threadlib/threadlib.scad>;
|
|
|
|
intersection() {
|
|
union() {
|
|
difference() {
|
|
cylinder(r = 15, h = 20);
|
|
tap("G1/2", 8);
|
|
}
|
|
bolt("G1/2", 8);
|
|
}
|
|
cube([20, 20, 20]);
|
|
} |