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:
parent
2656147b33
commit
40d4ca9e89
1 changed files with 7 additions and 8 deletions
15
panel.json
15
panel.json
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue