Skip to content

Custom pcbdraw style: larger pictures, no components #268

Answered by joric
joric asked this question in Q&A
Discussion options

You must be logged in to vote

Ah gotcha, it's --dpi 600 (default 300) and --filter "". So I just added this to CI scripts and it worked:

pcbdraw --dpi 600 --filter "" --style builtin:set-white-enig.json $GITHUB_WORKSPACE/${{ inputs.pcb_file }} $GITHUB_WORKSPACE/${{ inputs.gerbers_dir }}/large-front.png
pcbdraw --dpi 600 --filter "" --style builtin:set-white-enig.json --back $GITHUB_WORKSPACE/${{ inputs.pcb_file }} $GITHUB_WORKSPACE/${{ inputs.gerbers_dir }}/large-back.png

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by joric
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant