Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 6f6ae0a

Browse files
committed
Ensure schematic PDF contains all of the pages.
1 parent 018426d commit 6f6ae0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ${DOCKER_CMD} python -m kicad-automation.eeschema.schematic run_erc /kicad-proje
2323
cp ${TEMP_PATH}/erc/${PROJECT}.erc ${DIR}/build
2424

2525
echo "Printing Schematic..."
26-
${DOCKER_CMD} python -m kicad-automation.eeschema.schematic export -f pdf /kicad-project/${PROJECT}.sch ${TEMP_PATH_IN_DOCKER}/schematic
26+
${DOCKER_CMD} python -m kicad-automation.eeschema.schematic export -a -f pdf /kicad-project/${PROJECT}.sch ${TEMP_PATH_IN_DOCKER}/schematic
2727
cp ${TEMP_PATH}/schematic/${PROJECT}.pdf ${DIR}/build/${PROJECT}-schematic.pdf
2828

2929
echo "Running DRC..."

0 commit comments

Comments
 (0)