This commit is contained in:
2025-06-28 15:45:58 +02:00
parent d140f010d0
commit ead70745d1
260 changed files with 1121678 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
$fn=200;
for(i=[0:1:2]) {
translate([25*i,0,0]) {
difference() {
rotate_extrude(angle=360, convexity=10)
import("../svg/leg_top.svg");
rotate([0,90,0]) {
translate([-35,0,-10]) {
cylinder(h=20, d=6);
}
translate([-35,0,-11.5]) {
cylinder(h=4, d=26);
}
translate([-35,0,7.5]) {
cylinder(h=4, d=26);
}
}
}
}
}