Closed PlasmaHH closed 1 year ago
Hi I unfortunately do not understand exactly what the problem should be. The variable KICAD_3RD_PARTY is so named by me and actually independent of the KiCad version. Which problem has arisen with you exactly?
Can you give me the link to the component. I would then see where the error lies.
Oh, ok, my bad then, I thought that it would refer to the kicad built in KICAD7_3RD_PARTY path like in other plugins, guess I will just change it locally for me then.
Hi,
upon importing parts I noticed that 3d models where not availalbe in kicad7. The Path used was using ${KICAD_3RD_PARTY} while kicad7 uses KICAD7_3RD_PARTY.
Guess KiCadImport.py:312 needs to check for the kicad version that the plugin is running under....