From c19353ea5de7472bba9226fc228a127db6508094 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 25 Mar 2022 17:55:37 +0000 Subject: middle cable well fix --- enclosure/enclosure.scad | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/enclosure/enclosure.scad b/enclosure/enclosure.scad index b302b87..c3424f7 100644 --- a/enclosure/enclosure.scad +++ b/enclosure/enclosure.scad @@ -159,11 +159,11 @@ module co_holes() { } module middle_cable_well() { - cube([ + box([ 20, // doesn't matter, wells at both sides are much wider CO_CONN_Y, - 200, - ], center=true); + CO_Z, + ]); } module board_well() { @@ -308,7 +308,7 @@ module middle() { box([TOTAL_X, TOTAL_Y, MIDDLE_Z]); screw_holes(); translate([CO_X_OFF, 0, CO_Z_OFF]) co_sensor(); - translate([CABLE_X_OFF, 0, 0]) middle_cable_well(); + translate([CABLE_X_OFF, 0, CO_Z_OFF]) middle_cable_well(); translate([BOARD_X_OFF, BOARD_Y_OFF, 0]) { translate([0,0, 0]) board_well(); translate([0,0, BOARD_Z_OFF]) outside_wells(); -- cgit v1.2.3