Set larger max. width/height for a panel (JLC's caps)

This commit is contained in:
Andrei 2021-10-26 09:16:09 +03:00
parent b1a7a74c8f
commit 7335f21d76
1 changed files with 3 additions and 1 deletions

View File

@ -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)