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
Copy file name to clipboardExpand all lines: Conversion/README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Tasks:
10
10
* Convert .mod to new format: .pretty (.kicad_mod)
11
11
* Determine where the descriptions and prod IDs should live
12
12
13
-
**Convert bulk of libraries to Kicad**
13
+
**Convert bulk of libraries/boards to Kicad**
14
14
15
15
Use this script for libraries
16
16
@@ -20,6 +20,8 @@ Use this script for boards
20
20
21
21
https://github.com/lachlanA/eagle-to-kicad
22
22
23
+
**Note:** This is very hacky. It would be best to establish the proper libraries first, then link to those rather than have the script spit out specific libs for each board. This insures the resultant file is consistent with the KiCad libraries.
24
+
23
25
**Combine footprints and have single source for common footprints**
24
26
25
27
A tool for moving symbols and footprints between .mod and .lib files:
@@ -36,6 +38,12 @@ The descriptions are not formatted as well but do show up on the part browser.
0 commit comments