-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathkikit_panelize.json
61 lines (61 loc) · 1.09 KB
/
kikit_panelize.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
{
"layout": {
"type": "grid",
"rows": 1,
"cols": 4,
"hspace": "2mm",
// "hbackbone": "5mm",
// "vbackbone": "5mm",
// "hboneskip": 1,
// "vboneskip": 1,
"renamenet": "Board_{n}-{orig}",
"renameref": "{orig}"
},
"source": {
"type": "auto",
"tolerance": "20mm"
},
"tabs": {
"type": "fixed",
"width": "3mm",
"vcount": 1,
"hcount": 0
},
"cuts": {
"type": "mousebites",
"drill": "0.6mm",
"spacing": "1mm",
"offset": "-0.3mm"
},
"framing": {
"type": "railstb",
"width": "5mm",
"space": "3mm",
"fillet": "1mm"
},
"tooling": {
"type": "3hole",
"hoffset": "2.5mm",
"voffset": "2.5mm",
"size": "1.152mm",
"paste": false
},
"fiducials": {
"type": "3fid",
"hoffset": "5mm",
"voffset": "2.5mm",
"coppersize": "2mm",
"opening": "1mm"
},
// "copperfill": {
// "type:": "hatched",
// "clearance": "1mm",
// "spacing": "0.5mm",
// "width": "0.5mm"
// },
"post": {
"type": "auto",
"millradius": "1mm",
"script": "kikit_post.py"
}
}