From 0951574c194641f2bc189b193d955b98277d1ea9 Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Wed, 9 May 2018 11:14:13 +0200 Subject: remap symbols to suit KiCad-nightly --- convert.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'convert.sh') diff --git a/convert.sh b/convert.sh index fb59cf7..19fd2fd 100755 --- a/convert.sh +++ b/convert.sh @@ -100,6 +100,10 @@ done # Turn some labels into global labels. All labels seem to be global in Altium? ../fix-labels.py rev02*sch +# KiCad nightly has changed how symbols are located +../remap-symbols.py rev02*sch +cp ../sym-lib-table.template sym-lib-table + # Segments on non-copper layer Eco2.User are not visible, and causes ERC warnings. # Turn them into graphical lines instead. sed -i -e 's/segment \(.*\)layer Eco2.User.*/gr_line \1layer Eco2.User\)\)/g' Cryptech\ Alpha.kicad_pcb @@ -112,7 +116,7 @@ test -d ../tmp || mkdir ../tmp cp "Cryptech Alpha.kicad_pcb" "../tmp/Cryptech Alpha.kicad_pcb.a2k-out" ../fix-pcb.py "Cryptech Alpha.kicad_pcb" "Cryptech Alpha.kicad_pcb" mv "Cryptech Alpha.kicad_pcb.before-fix-pcb" ../tmp -diff -u "../tmp/Cryptech Alpha.kicad_pcb.before-fix-pcb" "Cryptech Alpha.kicad_pcb" || true +#diff -u "../tmp/Cryptech Alpha.kicad_pcb.before-fix-pcb" "Cryptech Alpha.kicad_pcb" || true echo "" echo "Done. The leftovers from conversion is in ${altiumdir}, and you can start KiCad like this:" -- cgit v1.2.3