1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
{
"layout": {
"type": "grid",
"rows": 1,
"cols": 1
},
"framing": {
"type": "frame",
"width": "5mm",
"space": "3mm",
"cuts": "both",
"mintotalwidth": "70mm",
"mintotalheight": "70mm"
},
"tabs": {
"type": "annotation"
},
"cuts": {
"type": "mousebites",
"drill": "0.5mm",
"spacing": "1mm",
"offset": "0.2mm",
"prolong": "0.5mm"
},
"fiducials": {
"type": "3fid",
"hoffset": "5mm",
"voffset": "5mm",
"coppersize": "1mm",
"opening": "2mm"
},
"post": {
"millradius": "1mm"
},
"text": {
"type": "simple",
"text": "{boardTitle} {boardRevision}",
"anchor": "mt",
"voffset": "5mm",
"hjustify": "center",
"vjustify": "center"
},
"text2": {
"type": "simple",
"text": "npry {year}",
"anchor": "mb",
"voffset": "-5mm",
"hjustify": "center",
"vjustify": "center"
}
}
|