0
\$\begingroup\$

I have Gerber files (.pho and .fph) files provided by the customer. I do not have pcb schematic and pcb design for this board. I need to convert these Gerber files to Gerber X3 format. For a PCB which I have designed, I can export the design file to Gerber X2. But the customer has provided only Gerber files to us which I need to convert to Gerber X3. What can I do to achieve this? Is this possible in KICAD? If not, is there any tool which I can use for this?

\$\endgroup\$

1 Answer 1

2
\$\begingroup\$

KiCAD comes with the gerbviewer program, which can open gerber files, and export them to a KiCAD PCB. With the KiCAD PCB editor (pcbnew), you can then re-export them as X3.

However: X3 has no advantages for you, at all. The only thing it offers over base extended Gerber is the option to add metadata, and especially component properties, to elements in the layout.

However, since you only have the X1 files to go from, there's no such information to add. It's been lost at the point the board layout was exported as X1 by your customer.

So, while technically possible to achieve, the X3 file you produce would not differ from the X1 file functionally. So, since anything that reads Gerber X3 would be able to read X1 as well (these later versions being extensions), I don't see any benefit to what you want to do.

\$\endgroup\$
2
  • \$\begingroup\$ I was thinking of placing the footprints over the design which I export from gerber I have. So, when I do export the design as X3 I will get component properties too. Will this work? \$\endgroup\$ Commented Feb 9 at 5:23
  • \$\begingroup\$ that sounds like a not-so-great idea, as it might introduce human errors, for no gain: your customer didn't give you this data, so now you're adding it by taking educated guesses. What's the point of that? Who or what benefits from that? \$\endgroup\$ Commented Feb 9 at 12:11

Not the answer you're looking for? Browse other questions tagged or ask your own question.