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;
height=25;
outer=21;
inner=20;
difference() {
union() {
cylinder(h=height,d=outer);
cylinder(h=3,d=outer+5);
}
cylinder(h=height,d=inner);
translate([-10,0,height/2]) {
cube([10,2,height], center=true);
}
}