You are not Logged In!

Difference between revisions of "Public:Viewing KiCad v5 Projects"

From Illini Solar Car Wiki
Jump to navigation Jump to search
(Created page with "You")
 
Line 1: Line 1:
You
+
You may have noticed something 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 libraries submodule in the PCB repo
 +
# In your PCB repository make sure you are on the master branch.
 +
## If you are not write <nowiki><code>git checkout master</code></nowiki> in the command line on Git Bash.

Revision as of 11:28, 6 September 2022

You may have noticed something like this when viewing old ISC projects:


To fix this and view the projects normally follow these steps:

  1. Make sure all the repositories are installed properly on your machine.
    1. This includes the libraries submodule in the PCB repo
  2. In your PCB repository make sure you are on the master branch.
    1. If you are not write <code>git checkout master</code> in the command line on Git Bash.