From b162b6b29858f920f036ed4e15f56a5ff9d809d5 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 21 Aug 2020 09:54:46 +0100 Subject: comment on amp support --- 3d-print/controller.scad | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/3d-print/controller.scad b/3d-print/controller.scad index d75aadc..8822336 100644 --- a/3d-print/controller.scad +++ b/3d-print/controller.scad @@ -34,8 +34,11 @@ module resistors() { difference() { union() { cube([40,90,1.25]); + // this is the support for the amp, must be moved together + // with the amp vias below translate([12.5,70,0.5]) cube([15,10,3.5]); } + translate([30,67.5,0]) rotate([0,0,90]) amp(); translate([6.25,8.5,0]) esp32(); translate([11.5,-1.5,-1]) cube([17,15,3]); @@ -59,5 +62,4 @@ difference() { translate([25,57,0]) rotate([0,0,-90]) vias100mil(5); translate([15,60,0]) rotate([0,0,-90]) vias100mil(5); - translate([30,67.5,0]) rotate([0,0,90]) amp(); } -- cgit v1.2.3