Hi, sorry for the delay. I went out for job.
My pcb is an expansion board for Raspberry Pi. It is not so complicated, it hasn’t got microcontrollers for example.
Am I wrong or there is someone that can port the project into kicad using gerbers or the .pcb PowerLogic project file?
mrdebug:
Hi, sorry for the delay. I went out for job.My pcb is an expansion board for Raspberry Pi. It is not so complicated, it hasn’t got microcontrollers for example.Am I wrong or there is someone that can port the project into kicad using gerbers or the .pcb PowerLogic project file?
Using Gerbers is possible, but has caveats,
I filed a defect report on Gerbview to Kicad decisions and flows some time ago here
GerbView export_to_pcbnew works quite well, but makes some poor decisions and actually drops information.
Bugs / bad decisions :
In export_to_pcbnew.cpp line 426, it does
int width = (aGbrItem->m_Size.x + aGbrItem->m_Size.y) / 2;
a) That...
so you can see some of the manual cleanups that will be required.
You could use Gerbers and a netlist (that needs manual LibraryP to LibraryK name mapping)
maui
March 1, 2018, 10:19pm
23
I haven’t tried, but this may help to convert gerber to a pcb
A utility for converting kicad (.mod, .lib), Eagle (.lbr), gerber (.gbr etc..), BXL (.bxl), IBIS (.ibs), symdef, LT-Spice (.asc), QUCS (.sch), and BSDL (.bsd) symbols and footprints and EggBot font...
system
Closed
March 31, 2018, 10:21pm
24
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.