First commit

This commit is contained in:
2025-06-28 15:32:11 +02:00
parent 7e1f5bdb1a
commit d140f010d0
60 changed files with 1378413 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
$fn=128;
rotate([180,0,0]) {
difference() {
union() {
scale([1,1,0.6]) {
sphere(d=22);
}
cylinder(h=20,d1=22,d2=16);
}
scale([1,1,0.5]) {
sphere(d=12.5);
}
cylinder(h=20,d=12.5);
}
}