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/production.scad | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 case/production.scad (limited to 'case/production.scad') diff --git a/case/production.scad b/case/production.scad new file mode 100644 index 0000000..5d04fbd --- /dev/null +++ b/case/production.scad @@ -0,0 +1,38 @@ +include + +use + +use +use +use +use + +module production() { + dim = dim_pcb_to_case(pcb_dim, margins, t); + spacing = 5; + + pcb_case_shell_bottom(pcb_dim, drillings, margins, t); + + translate([-spacing, 0, 0]) + rotate([0, 180, 0]) + translate([0, 0, -dim[2]]) + pcb_case_shell_top(pcb_dim, margins, t); + + translate([-spacing, dim[1]+spacing, 0]) + rotate([0, -90, 0]) + translate([-t, -t, -t]) + pcb_case_panel_back(pcb_dim, margins, t); + + translate([0, dim[1]+spacing, t]) + rotate([0, 90, 0]) + translate([2*t-dim[0], -t, -t]) + panel_front(pcb_dim, margins, t); + + for(i = [0:3]) { + translate([dim[0]+bolt_dk/2+spacing, bolt_dk/2+i*(bolt_dk+spacing), 0]) { + spacer(); + } + } +} + +production(); -- cgit v1.2.3-70-g09d2