3rd party models.

This commit is contained in:
2025-12-26 13:25:31 -06:00
parent 49ac2aa5f1
commit 78bd6b9738
14 changed files with 108108 additions and 0 deletions
Binary file not shown.
+19
View File
@@ -0,0 +1,19 @@
include <../../lib/metric-machine-screws.scad>;
$fn=128;
difference() {
union() {
cylinder(d=20, h=6);
translate([0, -10, 0]) cube([160, 20, 6]);
translate([160, 0, 0]) cylinder(d=20, h=6);
}
for (x = [7.5, 68.7, 152.5]) {
translate([x, 0, -0.01]) union() {
translate([0, 0, 2.02]) m4Nut(h = 4);
cylinder(d=4, h=8);
}
}
}
//color("blue") translate([80, 0, 0]) rotate([0, 90, 0]) import("Coat_Rack.stl");
File diff suppressed because it is too large Load Diff