Add parts separately
* door is stl, as 3mf was damaged
This commit is contained in:
+2
-3
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user