From 5371d56bd722c320c6a76753a6e68d9407cadbe3 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 2 Jan 2024 17:09:17 +0100 Subject: mech: pcb_case: Switch shell to PCB-based params After switching the panel to PCB-based dimensions the shell follows with this commit. --- mech/pcb_case/conversion.scad | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mech/pcb_case/conversion.scad (limited to 'mech/pcb_case/conversion.scad') diff --git a/mech/pcb_case/conversion.scad b/mech/pcb_case/conversion.scad new file mode 100644 index 0000000..1879b7d --- /dev/null +++ b/mech/pcb_case/conversion.scad @@ -0,0 +1,7 @@ +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[2]+margins[2][0]+margins[2][1]+2*t +]; -- cgit v1.2.3-70-g09d2