From 40d4ca9e8931c96b06f52f16f1a85b9fcbfeb9ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vlastimil=20Slint=C3=A1k?= Date: Tue, 16 Dec 2025 12:32:29 +0100 Subject: [PATCH] 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 --- panel.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/panel.json b/panel.json index 88bbe4c..12a8030 100644 --- a/panel.json +++ b/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" } } \ No newline at end of file