simplyKeeb-60K

387 BSCAD
positions.scad
387 B25 lines • plaintext
1withTrrs = true;
2
3// [x, y]
4screwPositions = [
5    [5.2,-105.5],
6    [22.6,-79.9],
7    [60.7,-79.9],
8    [98.8,-79.9],
9    [98.8,-22.3],  
10    [22.6,-22.3],  
11    [60.7,-41.5]
12];
13
14bendPreventions = [
15    [61, -22.3],
16    [32, -41.5],
17    [89, -41.5],
18    [32, -60.5],
19    [89, -60.5],
20    [61, -79.9],
21];
22
23// x, y, rotation
24proMicroPosition = [40,-36.2,0];
25trrsPosition = [-12,-95.7,15];