I have a problem everytime I try to import a DXF file on Kicad, nothing appears
I do File - Import - DXF file, I select edge.cuts as my layer after selecting my file but nothing appears after i press ok. I tried to open it in every mode but it never works
So this will be an annoying fix but Kicad is case sensitive and will only import files ending in “.dxf” (lower-case) not “.DXF” (upper-case). And no warning message.
As for the first problem, Windows is in general case-insensitive with file names but Linux etc. is case sensitive. This is a source of many many bugs for many many cross-platform projects. If a developers tests a file with certain name only with Windows it may not work with Linux.
Maybe you should give your KiCad and system info for the second problem (from the About dialog).
if you want to import the dxf as the board edge, you need to avoid the page frame, the contact draws and the drill targets riserbottom-board.dxf (31.0 KB)
you can then import the dxf of the board edge as Edge layer and after the other draws as supporting layer (i.e. Drawing) riserbottom-all.dxf (76.5 KB)
Just to make sure - is the layer visible? It’s possible to select it as active even if it’s invisible. Have you tried to draw something there by hand to see if it works?
I tested it on the same environment…
I don’t know why you shouldn’t see it…
As a different approach you may consider also to use FreeCAD and StepUp to define your pcb Edge or to convert dxf to pcb Edge the Sketcher for Getting to Blinky
Hi,
I’m a little late to the party but opened the mezzanine.DXF file in Sublime text editor and noticed a bunch off lines of what I cal “Hex-ascii garbage.”
Anyway, the mezzanine.DXF opened in my BricsCAD v18 app and I exported as AutoCAD r10 ascii. Presto ! No lines of hex-ascii garbage ! File then imported fine in V4.06.
Saving dxf drawings to R10 format has given me no problems in any KiCAD bound project drawn up in BricsCAD. I found that suggestion long ago in the KiCAD developers manual somewhere…
My 0.02
hi all
I’m new here
I try as many other here to import dxf files to define bord edges and nothing happends
I tried the 5.0.3
and the 4.0.7
strangely the importe is working on a collegue that runs the 4.0.7 so i tryed the same release and it dont works on mine (Windows 10 pro 1803)
I tried to import lowercase files I checked that hand drawing on the layer I try to import is working (it’s ok)
I tried to import full dxf I want with holes or only outlines nothing helps
I will tried under ubuntu and it works
DXF was export from Solidworks
sorry for the acces error (it must because of pro drive using) i put it mon my personal one and you must be able to view it : https://drive.google.com/open?id=1ZXAoFp9ME1r0YBFd8R9pQQUNM6bC1f3A
I dont think It’s comming from DXF files themselves because it works on a colegue computer with same windows and same kicad
and it works on my computer on ubuntu with same files each time