From 7335f21d7690844491afdc0d98632e8c7faa1fd5 Mon Sep 17 00:00:00 2001 From: Andrei Date: Tue, 26 Oct 2021 09:16:09 +0300 Subject: [PATCH] Set larger max. width/height for a panel (JLC's caps) --- bin/process_board.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/process_board.py b/bin/process_board.py index a167a9e..10d859e 100644 --- a/bin/process_board.py +++ b/bin/process_board.py @@ -233,7 +233,9 @@ print_to_file(board_cfg_path, "w", [ "ExcellonLeadingZeros = 0", "MeasurementUnits = inch", "AllowMissingLayers = 1", - "FixedRotationOrigin = 1"]) + "FixedRotationOrigin = 1", + "PanelWidth = 19.6", + "PanelHeight = 15.7"]) # board gerbers print_module("MergeOutputFiles", merged_gerber_path, board_name, board_cfg_path, 1, 0)