Import DXF silently fails on file version newer than it supports
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KiCad |
Fix Committed
|
High
|
jean-pierre charras |
Bug Description
I use this nightly build:
Application: kicad
Version: (2017-02-22 revision d1a2ed63c)-makepkg, release build
Libraries: wxWidgets 3.0.2
Platform: Windows 8 (build 9200), 64-bit edition, 64 bit, Little endian, wxMSW
- Build Info -
wxWidgets: 3.0.2 (wchar_t,wx containers,
Boost: 1.60.0
Curl: 7.52.1
KiCad - Compiler: GCC 6.3.0 with C++ ABI 1010
Settings: USE_WX_
When I use in Pcbnew the command "File-> import-> File DXF" the result is nothing. The file is not imported.
The file is created with Corel version X7. I tested to create a file DXF with Autocad but the result in the same. The file is not loaded.
I attached two file: the file_old.dxf is imported in Kicad (created with old versione of Corel, i not remember version), the file_new.dxf in not imported (created with Corel X7 or Autocad LT2014)
summary: |
- Import DXF + Import DXF silently fails on file version newer than it supports |
Changed in kicad: | |
importance: | Undecided → Medium |
tags: | added: dxf import pcbnew |
Changed in kicad: | |
assignee: | nobody → Seth Hillbrand (sethh) |
status: | Confirmed → In Progress |
Changed in kicad: | |
importance: | Medium → High |
Changed in kicad: | |
assignee: | Seth Hillbrand (sethh) → jean-pierre charras (jp-charras) |
status: | In Progress → Fix Committed |
Most likely the new dxf file is saved in a file version that kicad does not support. I opened you new dxf file without any issues on DraftSight 2017. Try saving your new dxf file as a version 14 dxf file using Corel. I believe only supports dxf versions 14 and below.