MitjaNemec / SaveRestoreLayout

GNU General Public License v2.0
22 stars 5 forks source link

restore 2 or 4 layer layout fails #16

Open kernelport opened 10 months ago

kernelport commented 10 months ago

In this simple test project, I evaluated the SaveRestoreLayout plugin in Kicad 7. https://github.com/kernelport/TestKicadSaveRestoreLayout/commits/main The problem is that it only restores the top layer. All other layers are ignored, including vias.

Could it be that only the top layer is supported? Or is it a bug?

With kind regards

MitjaNemec commented 10 months ago

It should restore all layers. so there might be a bug. Can you attach a test source and destination projects.

Also be advised, my schedule for September is quite full so you'll probably need to wait for bugfixes.

kernelport commented 10 months ago

It should restore all layers. so there might be a bug. Can you attach a test source and destination projects. This is my test source and target project, it contains also the save and restore logs: https://github.com/kernelport/TestKicadSaveRestoreLayout/commits/main

OK,it should restore all layers including vias. Fine! I had a look at: /tmp/temp_board_file_for_save.kicad_pcb At this stage the whole pcb is there. That is not the problem.

Also be advised, my schedule for September is quite full so you'll probably need to wait for bugfixes. For me, it's not that urgent. Thank you for watching this

MitjaNemec commented 10 months ago

If you can share the existing project that would be awsome. Even attaching save_restore_layout.log file would maybe help a bit

kernelport commented 10 months ago

If you can share the existing project that would be awsome. Even attaching save_restore_layout.log file would maybe help a bit

I did this already, see my github repo: https://github.com/kernelport/TestKicadSaveRestoreLayout/tree/main