From 41d4cce389db5a4b29651db6631ce169faf5255a Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 20 Aug 2020 17:50:30 +0100 Subject: move esp forward, make space for battery connector --- 3d-print/controller.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/3d-print/controller.scad b/3d-print/controller.scad index cf8a850..eaf2570 100644 --- a/3d-print/controller.scad +++ b/3d-print/controller.scad @@ -27,7 +27,8 @@ module wire_pack() { difference() { cube([40,80,1.25]); - translate([6.25,5,0]) esp32(); + translate([6.25,2,0]) esp32(); + translate([12,-2,-1]) cube([15,10,3]); // rows -- cgit v1.2.3