So, I think I have my paths set up correctly (I hit default for all the options) but I don’t seem to be able to get the 3D files linked to footprints to show up.
here the path set on the left is the same as the browser on the right pointing at a file that is 100% there, but not showing in the 3D view.
go to Preferences → Configure Paths. What is ${KICAD6_3RD_PARTY} set to?
If it’s not there, can you add it and set it to the same thing as ${KICAD7_3RD_PARTY}?
At the end of the day you want ${KICAD6_3RD_PARTY} to point to part of the path you show in your second window. I can’t fully read it, but it ends in ...e/kicad/7.0/. Unless your distro does something weird, I expect that to be ~/.local/share/kicad/7.0/
It’s alright to leave this workaround as is. It’s not particularly important to associate a footprint with a KiCad version since the file format is not KiCad specific.
Sorry, a bit confused (it’s very easy to confuse me!) I have never had 6 on this computer, so don’t quite understand where the ${KICAD6_3RD_PARTY} bug is even coming from, is it something to do with the fact they are 3rd party and formatted in someway for 6 from the GitHub?
Would be really convenient to be able to find a way to change the ${KICAD6_3RD_PARTY} to ${KICAD7_3RD_PARTY} purely as I use these footprints a lot and export my PCBs as STEP files to work with in CAD, so would be lovely not to have to add another stage to the work flow.
The problem is many of the footprints in the standard library (and contributed footprints from the Internet) still use the 6 environment variable. And editing the read-only libraries will see your changes wiped out next update of the library package. If your own footprints and models then do as you see fit. But of the 3 knobs: environment variables, footprints, and file paths, I think it’s easiest to adjust the last.
I mean it makes total sense. Obviously, I know how to do that but maybe for anyone reading this in the future you could explain how you would do that step-by-test for people unlike me who don’t know how to do something that simple