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/parameters.scad | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 case/parameters.scad (limited to 'case/parameters.scad') diff --git a/case/parameters.scad b/case/parameters.scad new file mode 100644 index 0000000..9fda8b4 --- /dev/null +++ b/case/parameters.scad @@ -0,0 +1,21 @@ +include + +t = 1.65; + +pcb_dim = [30, 65, 1.4]; + +margins = [ + [1, 0.3], + [3.6, 1.7], + [bolt_l-t-pcb_dim[2], 27] +]; + +base_drilling = [3.5, 3.5]; +dx = [23, 0]; +dy = [0, 58]; +drillings = [ + base_drilling, + base_drilling + dx, + base_drilling + dy, + base_drilling + dx + dy +]; -- cgit v1.2.3-70-g09d2