You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that when I run ./update there's now a bunch of files that start with (footprint that cause footprint loading to fail completely in KiCad 6.0.10 and earlier. You can reproduce this locally by running python load_all.py where you'll get an IO_ERROR.
My previous strategy was to remove repos when they use unstable features, but we lose a lot of footprints that way that are actually still compatible. It's also more work for me. Would be better to have a script to remove these files.
The text was updated successfully, but these errors were encountered:
I noticed that when I run
./update
there's now a bunch of files that start with(footprint
that cause footprint loading to fail completely in KiCad 6.0.10 and earlier. You can reproduce this locally by runningpython load_all.py
where you'll get anIO_ERROR
.My previous strategy was to remove repos when they use unstable features, but we lose a lot of footprints that way that are actually still compatible. It's also more work for me. Would be better to have a script to remove these files.
The text was updated successfully, but these errors were encountered: