summaryrefslogtreecommitdiff
path: root/mech/common.scad
blob: c43344703bce941860b214e5d8c5aa88d0005736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use <pcb_case.scad>

$fa = 12;          // default is 12
$fs = 0.5;         // default is 2

t = 2;
tol = 1;
base_socket = [3/2+2.3+2*t+tol,3/2+2.1+2.7+t+tol];
dx = [28.9,0];
dy = [0,58.1];
dim = [
	base_socket[0] + dx[0] + 3/2 + 4 + 2*t + tol,
	base_socket[1] + dy[1] + 3/2 + 2 + 0.9 + 6 + t + tol,
	39   // TODO
];
h = 10;  // TODO