aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2020-08-20 17:50:47 +0100
committerdakkar <dakkar@thenautilus.net>2020-08-20 17:50:47 +0100
commit02025dd66022df37d919656f6a3d8e333767150f (patch)
tree539881204eebe9de28a544962e50d574a0d3d26f
parentmove esp forward, make space for battery connector (diff)
downloadlego-piano-02025dd66022df37d919656f6a3d8e333767150f.tar.gz
lego-piano-02025dd66022df37d919656f6a3d8e333767150f.tar.bz2
lego-piano-02025dd66022df37d919656f6a3d8e333767150f.zip
support for amplifier
-rw-r--r--3d-print/controller.scad5
1 files changed, 4 insertions, 1 deletions
diff --git a/3d-print/controller.scad b/3d-print/controller.scad
index eaf2570..bc5ac24 100644
--- a/3d-print/controller.scad
+++ b/3d-print/controller.scad
@@ -25,7 +25,10 @@ module wire_pack() {
}
difference() {
- cube([40,80,1.25]);
+ union() {
+ cube([40,80,1.25]);
+ translate([12.5,63,0.5]) cube([15,10,3]);
+ }
translate([6.25,2,0]) esp32();
translate([12,-2,-1]) cube([15,10,3]);