LinHT-hw/panel.json
Vlastimil Slinták 40d4ca9e89 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
2025-12-16 12:32:29 +01:00

30 lines
No EOL
554 B
JSON

{
"tabs": {
"type": "full",
"patchcorners": "False"
},
"cuts": {
"type": "vcuts"
},
"framing": {
"type": "frame",
"width": "11mm"
},
"tooling": {
"type": "4hole",
"hoffset": "5mm",
"voffset": "25mm"
},
"fiducials": {
"type": "3fid",
"hoffset": "5mm",
"voffset": "20mm"
},
"text": {
"type": "simple",
"voffset": "3mm",
"width": "2.0mm",
"height": "2.0mm",
"text": "LinHT PCB"
}
}