-
Hi! When panelizing a PCB what is the best way to generate gerbers from the panel? From what I can tell, the 'panelize' config can only generate a preview. - name: 'panel'
type: 'panelize'
options:
configs: 'panel.json'
create_preview: true Should this be done as two steps? First run kibot for the single pcb, run DRC etc and then generate the panel project. Then invoke kibot a second time, this time for the previously generated panel project to generate the gerbers? Or am I missing something? :) |
Beta Was this translation helpful? Give feedback.
Answered by
set-soft
Oct 12, 2024
Replies: 1 comment 4 replies
-
Yes, currently you need to use two separated runs. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
usbalbin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, currently you need to use two separated runs.
It was discussed in the past, the most recent discussion is here: #670