summaryrefslogtreecommitdiff
path: root/mech/parameters.scad
blob: 0c3dd0879132f7126a24f8c3639d36c696116963 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include <pcb_case/bolt.scad>

t = 2;

pcb_dim = [30, 65, 1.4];

margins = [
	[1, 1],
	[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
];