Add parts separately

* door is stl, as 3mf was damaged
This commit is contained in:
Johannes Wendel
2026-07-26 14:39:39 +02:00
parent 67e8552dec
commit f664d04eb7
5 changed files with 28 additions and 5 deletions
+2 -3
View File
@@ -17,7 +17,7 @@ module small_display_below_main()
cube([45.8, 20, 11.3]);
// old i2c variant:
//cube([43.5, 19.44, 4.5]);
// initial dimension ideas
// cube([38,16,4]);
// translate([150,0,0]) cube([22,5.5,4]);
@@ -30,8 +30,7 @@ module tertiary_display()
}
module battery() {
// 18650 with holder
// cube([75, 20, 20]);
// 18650
rotate([0,90,0]) cylinder(d=18, h=65);
}