You are not Logged In! |
Difference between revisions of "Public:Viewing KiCad v5 Projects"
Jump to navigation
Jump to search
m (Alexdl2 moved page Viewing KiCad v5 Projects to Public:Viewing KiCad v5 Projects) |
Revision as of 20:30, 6 September 2022
You may have noticed your schematics looking like this when viewing old ISC projects:
To fix this and view the projects normally follow these steps:
- Make sure all the repositories are installed properly on your machine.
- This includes the GitHub/isc-hw-libs submodule in the PCB repo(if you don't see the Libraries folder in PCB follow this guide)
- Make sure you have pulled the latest changes.
- Run
git pull
andgit submodule update
in the command line on Git Bash.
- Run
- Change directories to the Library submodule
- Run
cd Libraries/
- Run
- Checkout the tag: v5_libs
- Run
git checkout v5_libs
- Run
- Restart KiCad for the changes to take effect
- When opening the schematic it might come up with a warning saying a library cache file was not found
- Disregard this and click load without cache file
If you have any questions contact the electrical leads or message in elec-cad
All done now the projects should be looking like this: