hackclub / sprig

🍃 Learn to code by making games in a JavaScript web-based game editor.
https://sprig.hackclub.com
MIT License
880 stars 1.03k forks source link

Hardware KiCAD file is missing a library #1532

Closed ajs256 closed 4 months ago

ajs256 commented 6 months ago

Describe the bug When I try to open the hardware KiCAD file, it seems like there's a missing file.

To Reproduce Steps to reproduce the behavior:

  1. Download the KiCAD files
  2. Open them
  3. Try to open the footprint assignment tool in the schematic
  4. See that some footprints (in a fab: library) are missing
image
ajs256 commented 4 months ago

@leomcelroy do you have any idea about this? it's blocking a project I'd really like to work on

leomcelroy commented 4 months ago

I believe this is the library

https://gitlab.fabcloud.org/pub/libraries/electronics/kicad

They are not saved in the KiCAD file but layout information is.

ajs256 commented 4 months ago

Thanks Leo, I'll check if that works soon. I'll PR a note in somewhere relevant if that turns out to be right.