Skip to content

Commit 40d4ca9

Browse files
committed
Fixed panelization params to be compliant with PCBWay and JLCPCB
PCBWay needs 4 tooling holes of 2mm diameter JLCPCB needs minumum of 70x70 mm panel for Vcuts
1 parent 2656147 commit 40d4ca9

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

panel.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,24 @@
77
"type": "vcuts"
88
},
99
"framing": {
10-
"type": "frame"
10+
"type": "frame",
11+
"width": "11mm"
1112
},
1213
"tooling": {
13-
"type": "3hole",
14-
"hoffset": "3mm",
15-
"voffset": "15mm"
14+
"type": "4hole",
15+
"hoffset": "5mm",
16+
"voffset": "25mm"
1617
},
1718
"fiducials": {
1819
"type": "3fid",
19-
"hoffset": "3mm",
20-
"voffset": "10mm"
20+
"hoffset": "5mm",
21+
"voffset": "20mm"
2122
},
2223
"text": {
2324
"type": "simple",
24-
"hoffset": "0mm",
2525
"voffset": "3mm",
2626
"width": "2.0mm",
2727
"height": "2.0mm",
28-
"hjustify": "center",
2928
"text": "LinHT PCB"
3029
}
3130
}

0 commit comments

Comments
 (0)