diff options
-rw-r--r-- | .gitignore | 26 | ||||
-rw-r--r-- | footprints.pretty/Hole.kicad_mod (renamed from footprints.pretty/HOLE_SUEN.kicad_mod) | 2 | ||||
-rw-r--r-- | motherboard-rescue.dcm | 3 | ||||
-rw-r--r-- | motherboard.sch | 8 | ||||
-rw-r--r-- | sym-lib-table | 3 |
5 files changed, 31 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..853ee63 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# For PCBs designed using KiCad: http://www.kicad-pcb.org/ +# Format documentation: http://kicad-pcb.org/help/file-formats/ + +# Temporary files +*.000 +*.bak +*.bck +*.kicad_pcb-bak +*.sch-bak +*~ +_autosave-* +*.tmp +*-save.pro +*-save.kicad_pcb +fp-info-cache + +# Netlist files (exported from Eeschema) +*.net + +# Autorouter files (exported from Pcbnew) +*.dsn +*.ses + +# Exported BOM files +*.xml +*.csv diff --git a/footprints.pretty/HOLE_SUEN.kicad_mod b/footprints.pretty/Hole.kicad_mod index 2a05c84..aef74b7 100644 --- a/footprints.pretty/HOLE_SUEN.kicad_mod +++ b/footprints.pretty/Hole.kicad_mod @@ -1,4 +1,4 @@ -(module HOLE_SUEN (layer F.Cu) (tedit 5F391056) +(module Hole (layer F.Cu) (tedit 5F391056) (fp_text reference REF** (at 0 -3.75) (layer F.SilkS) (effects (font (size 1 1) (thickness 0.15))) ) diff --git a/motherboard-rescue.dcm b/motherboard-rescue.dcm deleted file mode 100644 index 5f3ed79..0000000 --- a/motherboard-rescue.dcm +++ /dev/null @@ -1,3 +0,0 @@ -EESchema-DOCLIB Version 2.0 -# -#End Doc Library diff --git a/motherboard.sch b/motherboard.sch index f433755..54feec6 100644 --- a/motherboard.sch +++ b/motherboard.sch @@ -1637,7 +1637,7 @@ U 1 1 5F3998FA P 21100 13450 F 0 "HOLE1" H 21180 13492 50 0000 L CNN F 1 "Conn_01x01" H 21180 13401 50 0000 L CNN -F 2 "footprints:HOLE_SUEN" H 21100 13450 50 0001 C CNN +F 2 "footprints:Hole" H 21100 13450 50 0001 C CNN F 3 "~" H 21100 13450 50 0001 C CNN 1 21100 13450 1 0 0 -1 @@ -1648,7 +1648,7 @@ U 1 1 5F39A51D P 21100 13650 F 0 "HOLE2" H 21180 13692 50 0000 L CNN F 1 "Conn_01x01" H 21180 13601 50 0000 L CNN -F 2 "footprints:HOLE_SUEN" H 21100 13650 50 0001 C CNN +F 2 "footprints:Hole" H 21100 13650 50 0001 C CNN F 3 "~" H 21100 13650 50 0001 C CNN 1 21100 13650 1 0 0 -1 @@ -1659,7 +1659,7 @@ U 1 1 5F39A81A P 21100 13850 F 0 "HOLE3" H 21180 13892 50 0000 L CNN F 1 "Conn_01x01" H 21180 13801 50 0000 L CNN -F 2 "footprints:HOLE_SUEN" H 21100 13850 50 0001 C CNN +F 2 "footprints:Hole" H 21100 13850 50 0001 C CNN F 3 "~" H 21100 13850 50 0001 C CNN 1 21100 13850 1 0 0 -1 @@ -1674,7 +1674,7 @@ U 1 1 5F39ABA3 P 21100 14050 F 0 "HOLE4" H 21180 14092 50 0000 L CNN F 1 "Conn_01x01" H 21180 14001 50 0000 L CNN -F 2 "footprints:HOLE_SUEN" H 21100 14050 50 0001 C CNN +F 2 "footprints:Hole" H 21100 14050 50 0001 C CNN F 3 "~" H 21100 14050 50 0001 C CNN 1 21100 14050 1 0 0 -1 diff --git a/sym-lib-table b/sym-lib-table deleted file mode 100644 index df42dde..0000000 --- a/sym-lib-table +++ /dev/null @@ -1,3 +0,0 @@ -(sym_lib_table - (lib (name motherboard-rescue)(type Legacy)(uri ${KIPRJMOD}/motherboard-rescue.lib)(options "")(descr "")) -) |