LinHT-hw/panel.json
Vlastimil Slinták 62ea2bf2cd Panelize PCB before making fabrication files
KiKit plugin is used to make a frame with Vcuts and tooling holes around
the LinHT PCB.
2025-12-15 18:09:52 +01:00

31 lines
No EOL
585 B
JSON

{
"tabs": {
"type": "full",
"patchcorners": "False"
},
"cuts": {
"type": "vcuts"
},
"framing": {
"type": "frame"
},
"tooling": {
"type": "3hole",
"hoffset": "3mm",
"voffset": "15mm"
},
"fiducials": {
"type": "3fid",
"hoffset": "3mm",
"voffset": "10mm"
},
"text": {
"type": "simple",
"hoffset": "0mm",
"voffset": "3mm",
"width": "2.0mm",
"height": "2.0mm",
"hjustify": "center",
"text": "LinHT PCB"
}
}