Hi there.
I’m getting a error “bad layer data” when I want to export a step file from my board. Could someone explain that error? What’s wrong?
I have a board with rather complex cut-outs. But I also get the error when I delete those…
Hi.
Sure.
Executing ‘“C:\Program Files\KiCad\bin\kicad2step.exe” --user-origin=“100.000000 x 100.000000” -f -o “C:\Users\debbage.roy\Desktop\TestPCB_2x2-Oslon_Pure_4er.step” “F:\TE\BEREICH\IAE\elektrische_Komponenten\PCBs\Testplatinen\Multi-Testplatine\Multi-TestPCB_SLOTS\TestPCB_2x2-Oslon_Pure_4er-Linear\TestPCB_2x2-Oslon_Pure_4er.kicad_pcb”’
Warning: 12:31:50: * bad layer data
Info: STEP file has been created successfully.
Hi.
It says the step file was created successfully, but it’s nowhere to be found…
Yeah, I guess I could send a bug report. I just wanted to ask the experts here. Maybe it’s just me being stupid… lol.
Which is your version of KiCAD?
It seems that recently has been added a change in kicad_pcb file format…
Double quotes has been added to the internal layer description…
This seems to break the STEP exporter…
comparison example:
OLD standard file format:
Hi.
Interesting.
I’m running a nightly build Version 5.1.0-218-ge90452d0e).
I guess I can try the newest build.
edit: the error remains with yesterdays build (5.1.0-265-g1d2db311b)