Issues with converting gerber to kicad board file
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KiCad |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
I just tried to open a project originally from Altium. I tried to open the gerbers in gerbview. Looks ok. But when I try to export the GBL layer to F.Cu it looks like it is converted in a strange way. Big circular pads appear and it looks like roundrect pads from the gerbers are misinterpreted here.
There are various other issues. Like the board does not show a board body in the 3D viewer. This bug focuses on the pads that arebig round ones and missing at the QFN package.
Steps to reproduce:
1. Open gerbview
2. Load bluebox-
3. Export to F.Cu to pcbnew
4. Open in pcbnew and you should see something similar to the screenshot that I have attached
I attached the bluebox-
https:/
Application: pcbnew
Version: (2018-02-09 revision dba198e57)-master, release build
Libraries:
wxWidgets 3.0.3
libcurl/7.57.0 OpenSSL/1.1.0g zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) libssh2/1.8.0 nghttp2/1.29.0
Platform: Linux 4.14.13-1-ARCH x86_64, 64 bit, Little endian, wxGTK
Build Info:
wxWidgets: 3.0.3 (wchar_t,wx containers,
Boost: 1.66.0
Curl: 7.57.0
Compiler: GCC 7.2.1 with C++ ABI 1011
Build settings:
USE_
USE_
KICAD_
KICAD_
KICAD_
KICAD_
BUILD_
KICAD_
KICAD_SPICE=ON
I am thinking you are expecting too much from Gerber to Pcbnew converter:
* It can only convert drawings to tracks and vias on copper layers, because Gerber files (expect recent X2 files) do not contain any info about footprints.
* Anyway, Gerber files do not contain footprint descriptions.
Therefore, regardless to actual shapes (that do not exist in Pcbnew) any flashed item on copper layers is a round via.
You can expect only have tracks, not even zones.