From 468f151044a52af2f829c473179163f5d68b9614 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 6 Jan 2025 19:54:16 +0100 Subject: mech: Remove directory It is planned to add a `pcb` folder with a custom PCB design. This design will be incompatible with the current case developed in `mech`. Thus the case has to be removed first. --- mech/production.scad | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 mech/production.scad (limited to 'mech/production.scad') diff --git a/mech/production.scad b/mech/production.scad deleted file mode 100644 index 5d04fbd..0000000 --- a/mech/production.scad +++ /dev/null @@ -1,38 +0,0 @@ -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