From db966c966929dd3abc29ebab7ce47d638ba4a94f Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 24 Dec 2024 12:39:34 +0100 Subject: WIP: Move `mech` directory to `case` TODO: There are outdated references (see grep -R mech .) The directory name should reflect what is inside, not the field of engineering it belongs to. --- case/pcb_case/conversion.scad | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 case/pcb_case/conversion.scad (limited to 'case/pcb_case/conversion.scad') diff --git a/case/pcb_case/conversion.scad b/case/pcb_case/conversion.scad new file mode 100644 index 0000000..69c3c3b --- /dev/null +++ b/case/pcb_case/conversion.scad @@ -0,0 +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+2*(bolt_l-t), + pcb_dim[2]+margins[2][0]+margins[2][1]+4*t +]; -- cgit v1.2.3-70-g09d2