This commit is contained in:
2025-10-20 22:19:16 +02:00
parent d31f73da15
commit f1a58f32d9
24 changed files with 841 additions and 68 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+12
View File
@@ -0,0 +1,12 @@
/*
1cc : 10
5cc : 17.09976
10cc : 21.54435
*/
l=21.54435;
difference() {
translate([0,0,-1]) cube([l+4,l+4,l+2], center=true);
cube(l, center=true);
}