Steffen-W / Import-LIB-KiCad-Plugin

Helps to import KiCad component libraries imported from ultralibrarian and snapeda zipfiles.
GNU General Public License v3.0
75 stars 6 forks source link

Import of 3d models needs to use different 3rd party path variable for kicad 7 #5

Closed PlasmaHH closed 1 year ago

PlasmaHH commented 1 year ago

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....

Steffen-W commented 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.

PlasmaHH commented 1 year ago

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.