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/conversion.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mech/pcb_case/conversion.scad') diff --git a/mech/pcb_case/conversion.scad b/mech/pcb_case/conversion.scad index d6add3c..ebf2612 100644 --- a/mech/pcb_case/conversion.scad +++ b/mech/pcb_case/conversion.scad @@ -1,7 +1,8 @@ +include include function dim_pcb_to_case(pcb_dim, margins, t) = [ pcb_dim[0]+margins[0][0]+margins[0][1]+4*t, - pcb_dim[1]+margins[1][0]+margins[1][1]+2*t+4*nut_h, + pcb_dim[1]+margins[1][0]+margins[1][1]+2*t+2*bolt_l, pcb_dim[2]+margins[2][0]+margins[2][1]+4*t ]; -- cgit v1.2.3-70-g09d2