Printables, test colors, back text

This commit is contained in:
2026-01-18 09:12:47 +01:00
parent 9adba435c7
commit 24411253ac
7 changed files with 34 additions and 14 deletions

View File

@@ -16,8 +16,8 @@ module supports_battery() {
module supports_charging_module() {
difference() {
cube([30.2, 21.2, 5], true);
translate([-2, 0, 0]) cube([28.2, 17.2, 6], true);
cube([31.6, 21.6, 5], true);
translate([-2, 0, 0]) cube([29.6, 17.6, 6], true);
}
}