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
This commit is contained in:
Vlastimil Slinták 2025-12-16 12:32:29 +01:00
parent 2656147b33
commit 40d4ca9e89

View file

@ -7,25 +7,24 @@
"type": "vcuts"
},
"framing": {
"type": "frame"
"type": "frame",
"width": "11mm"
},
"tooling": {
"type": "3hole",
"hoffset": "3mm",
"voffset": "15mm"
"type": "4hole",
"hoffset": "5mm",
"voffset": "25mm"
},
"fiducials": {
"type": "3fid",
"hoffset": "3mm",
"voffset": "10mm"
"hoffset": "5mm",
"voffset": "20mm"
},
"text": {
"type": "simple",
"hoffset": "0mm",
"voffset": "3mm",
"width": "2.0mm",
"height": "2.0mm",
"hjustify": "center",
"text": "LinHT PCB"
}
}