-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathkikit-panel-preset.json
65 lines (65 loc) · 1.13 KB
/
kikit-panel-preset.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
63
64
65
{
"layout": {
"type": "grid",
"rows": 2,
"cols": 2,
"space": "3mm",
"vbackbone": "5mm",
"vbonecut": false,
"hbackbone": "5mm",
"hbonecut": false
},
"framing": {
"type": "tightframe",
"width": "8mm",
"space": "3mm",
"slotwidth": "3mm",
"fillet": "1mm"
},
"source": {
"type": "auto",
"tolerance": "20mm"
},
"tabs": {
"type": "annotation"
},
"cuts": {
"type": "mousebites",
"drill": "0.5mm",
"spacing": "0.6mm",
"offset": "0.2mm",
"prolong": "0.2mm"
},
"fiducials": {
"type": "4fid",
"hoffset": "4mm",
"voffset": "3mm",
"coppersize": "2mm",
"opening": "1mm",
"paste": false
},
"tooling": {
"type": "4hole",
"size": "3mm",
"hoffset": "4mm",
"voffset": "7mm",
"paste": false
},
"text": {
"type": "simple",
"text": "Pixel Pump Mainboard Rev 9",
"anchor": "mt",
"voffset": "4mm",
"hjustify": "center",
"vjustify": "center"
},
"copperfill": {
"type": "hatched",
"clearance": "0.5mm",
"spacing": "1mm",
"width": "2.5mm"
},
"post": {
"millradius": "1mm"
}
}