-
|
Hello, I'm looking for a workflow where I can import Altium PCBdoc and then generate Gerber files. Currently this is possible manually with Kicad and PCBeditor but I can't seem to find a way to automate it without UI. Is Kibot able to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 14 replies
-
|
Hi @danyhm ! Nope, KiBot doesn't implement it. This is because this is an operation that people does only once and manually. Are you sure that the manual process is simple? I mean: KiCad could import the file, but you'll most probably need to adjust some details manually. |
Beta Was this translation helpful? Give feedback.
-
|
Any chance this will be implemented? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @set-soft Using Docker KiCad 8.8, I ran the command pcbnew_do convert -o OUTPUT.kicad_pcb INPUT.PcbDoc ./, but it didn't generate the KiCad project and was instead blocked by a pop-up window. Is there any way to automatically generate it?
|
Beta Was this translation helpful? Give feedback.

The f0c8e12 patch adds some experimental support.
You need KiAuto 2.3.2 installed, then you just pass the Altium PCB file to KiBot.
I was able to get the gerbers for the file you posted.