From ca53dd20c9f45809888b3a0511c223847e97988a Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 9 Jan 2024 19:42:22 +0100 Subject: mech: pcb_case: Align connector_z and bolt length This makes sure that the bolts inside the connectors align with them. Thus the bolts do not stick inside the case which might lead to PCB collisions. --- mech/pcb_case/pcb.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mech/pcb_case/pcb.scad') diff --git a/mech/pcb_case/pcb.scad b/mech/pcb_case/pcb.scad index e742eb5..7b24131 100644 --- a/mech/pcb_case/pcb.scad +++ b/mech/pcb_case/pcb.scad @@ -1,7 +1,8 @@ +include include module pcb(dim, drillings, margins, t) { - translate([2*t+margins[0][0], t+2*nut_h+margins[1][0], t+margins[2][0]]) { + translate([2*t+margins[0][0], bolt_l+margins[1][0], t+margins[2][0]]) { difference() { cube([dim[0], dim[1], dim[2]]); for (drilling = drillings) { -- cgit v1.2.3-70-g09d2