-
Notifications
You must be signed in to change notification settings - Fork 0
/
panel.json
62 lines (62 loc) · 1.31 KB
/
panel.json
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
53
54
55
56
57
58
59
60
61
62
{
"layout": {
"type": "grid",
"rows": 10,
"cols": 5,
"hspace": "1mm",
"vspace": "1mm",
"hbackbone": "3mm",
"vbackbone": "3mm",
"hbonecut": false,
"vbonecut": false
},
"source": {
"type": "auto",
"tolerance": "0.2mm"
},
"tabs": {
"type": "annotation"
},
"cuts": {
"type": "mousebites",
"drill": "0.2mm",
"spacing": "0.3mm",
"offset": "-0.2mm",
"prolong": "0.5mm"
},
"framing": {
"type": "tightframe",
"width": "10mm",
"slotwidth": "1mm",
"cuts": "none"
},
"tooling": {
"type": "3hole",
"hoffset": "12.5mm",
"voffset": "2.5mm",
"size": "1.5mm"
},
"fiducials": {
"type": "3fid",
"hoffset": "15mm",
"voffset": "8mm",
"opening": "2mm"
},
"text": {
"type": "simple",
"text": "{boardTitle} REV{boardRevision} Created on {date} at {time24} by {boardCompany}",
"anchor": "mb",
"voffset": "-5mm",
"hjustify": "center",
"vjustify": "center",
"layer": "F.Mask"
},
"page": {
"type": "A3",
"posx": "25mm",
"posy": "25mm"
},
"post": {
"millradius": "0.5mm"
}
}