I want to import a .pos file created with kicad. But nothing happens when i hit open. What can I do? I also tried to open the .csv file kicad can export, but this works neither. I'm using the newest v1 software
Maybe you download the examples files from download section and compare what's the difference for your PNP file? You find on the bottom of download page.
And for CSV file import YOU need to care the fields are in right order for import please refer to manual section 7.6
Kicad file should look like this
1 2 3 4 5 6 7
### Module positions - created on 9/22/2015 2:51:30 PM ### ### Printed by Pcbnew version kicad (2015-09-01 BZR 6142)-product ## Unit = mm, Angle = deg. ## Side : top # Ref Val Package PosX PosY Rot Side C0 33pF R_0402_min -31.4096 -35.5854 180.0 top C1 33pF R_0402_min -28.7299 -35.0520 90.0 top
Thanks for your answer. I used a .pos file generated under Ubuntu, so the line ending symbol was wrong. If I generate the .pos file with windows, it works.