From 02025dd66022df37d919656f6a3d8e333767150f Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 20 Aug 2020 17:50:47 +0100 Subject: support for amplifier --- 3d-print/controller.scad | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '3d-print') 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]); -- cgit v1.2.3