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
* Download KiCad stable version 4.0.5 from [http://kicad-pcb.org/download/](http://kicad-pcb.org/download/windows/) and install
10
+
* After install, you'll be prompted to install "Wings 3D", check this box to be redirected to [http://www.wings3d.com/](http://www.wings3d.com/)
11
+
* Download and install the stable release 2.1.5
12
+
13
+
**Using the libraries**
14
+
15
+
* Create a local project (this is necessary because projects hold library path information)
16
+
* Open the "Schematic Library Editor"
17
+
* Prefrences -> Component Libraries
18
+
* Remove all libraries from list
19
+
* Add -> navigate to SparkFun-KiCad-Libraries -> select all .lib files -> open, then hit OK
20
+
* Test by selecting an active library. All sparkfun libraries should be displayed. Close the library editor
21
+
* Open the "PCB Footprint Editor"
22
+
* Prefrences -> Footprint Library Manager
23
+
* Remove all (if any) libraries, hit OK
24
+
* Prefrences -> Footprint Libraries Wizard
25
+
* Next (files on my computer)
26
+
* Navigate to SparkFun-KiCad-Libraries -> select all .mod files and hit ok
27
+
* Next
28
+
* Select for this project only
29
+
* Next
30
+
* Close the editor
31
+
* Save the project (Green arrow into extern HDD icon, no menu exists)
32
+
33
+
Now, This project is linked to the libraries. Open a schematic and place components. See kicad enginursday post for converting from schematic into board (Note: You need to have nets for this to work... not just unconnected components)
You don't need to install the zip contents as described in the video, just execute the .xsl file with the changed command line. I suspect xsltproc wasn't distribued with earlier versions of KiCad.
Copy file name to clipboardExpand all lines: README.md
+3-34Lines changed: 3 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,42 +21,11 @@ Contents
21
21
-------------------
22
22
23
23
*[/Conversion](https://github.com/sparkfun/SparkFun-KiCad-Libraries/tree/master/Conversion) -- Information and scripts having to do with converting eagle components to KiCad (See contained README.md)
24
+
*[/KiCadBomPlugin](https://github.com/sparkfun/SparkFun-KiCad-Libraries/tree/master/KiCadBomPlugin) -- A bom generator that includes extra fields
25
+
*[InstallationNotes.md](https://github.com/sparkfun/SparkFun-KiCad-Libraries/tree/master/InstallationNotes.md) -- Notes for installing KiCad.
24
26
* README.md -- This file
27
+
**Library Files*
25
28
26
-
Resource
27
-
----------------
28
-
29
-
*[The KiCad site](http://kicad-pcb.org/)
30
-
31
-
**KiCad installation**
32
-
33
-
* Uninstall previous versions of KiCad
34
-
* Download KiCad stable version 4.0.5 from [http://kicad-pcb.org/download/](http://kicad-pcb.org/download/windows/) and install
35
-
* After install, you'll be prompted to install "Wings 3D", check this box to be redirected to [http://www.wings3d.com/](http://www.wings3d.com/)
36
-
* Download and install the stable release 2.1.5
37
-
38
-
**Using the libraries**
39
-
40
-
* Create a local project (this is necessary because projects hold library path information)
41
-
* Open the "Schematic Library Editor"
42
-
* Prefrences -> Component Libraries
43
-
* Remove all libraries from list
44
-
* Add -> navigate to SparkFun-KiCad-Libraries -> select all .lib files -> open, then hit OK
45
-
* Test by selecting an active library. All sparkfun libraries should be displayed. Close the library editor
46
-
* Open the "PCB Footprint Editor"
47
-
* Prefrences -> Footprint Library Manager
48
-
* Remove all (if any) libraries, hit OK
49
-
* Prefrences -> Footprint Libraries Wizard
50
-
* Next (files on my computer)
51
-
* Navigate to SparkFun-KiCad-Libraries -> select all .mod files and hit ok
52
-
* Next
53
-
* Select for this project only
54
-
* Next
55
-
* Close the editor
56
-
* Save the project (Green arrow into extern HDD icon, no menu exists)
57
-
58
-
Now, This project is linked to the libraries. Open a schematic and place components. See kicad enginursday post for converting from schematic into board (Note: You need to have nets for this to work... not just unconnected components)
59
-
License Information
60
29
-------------------
61
30
62
31
This library is released under the [Creative Commons ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/) license.
0 commit comments