From f455a6d707c42a94648968fdf3052cc424dbd869 Mon Sep 17 00:00:00 2001 From: mattmcw Date: Sun, 11 Feb 2024 12:55:08 -0500 Subject: [PATCH] Extend the height of the esp32 posts --- scad/contact_printer.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scad/contact_printer.scad b/scad/contact_printer.scad index a8cf3e2..bc39815 100644 --- a/scad/contact_printer.scad +++ b/scad/contact_printer.scad @@ -1180,7 +1180,7 @@ module electronics_panel (pos = [0, 0, 0], rot = [0, 0, 0]) { WallY = Y - 20; WallZ = 20; ESP32PostsOffsetY = 10; - ESP32PostsZ = 23; + ESP32PostsZ = 23 + 15; L298NModuleOffsetY = 5; DCJackZ = 45; translate(pos) rotate(rot) {