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,18 @@
$fn = 128;
difference() {
cube([23,23,20]);
* translate([3,3,3]) {
cube(17,17,18);
}
translate([11.5,11.5,3]) {
cylinder(18,d=17);
}
color("red") {
rotate([0,90,0]) {
translate([-11,12,0]) {
cylinder(23,d=5);
}
}
}
}