From f26c6c414ea6d2d6ef2e80422a590c243b171771 Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Mon, 7 May 2018 18:08:01 +0200 Subject: start fixing labels by importing current ones from the schematics --- convert.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'convert.sh') diff --git a/convert.sh b/convert.sh index 9f26a6a..fb59cf7 100755 --- a/convert.sh +++ b/convert.sh @@ -97,6 +97,9 @@ ls Cryptech*Alpha.lib rev02*sch | while read file; do sed -i -e "s#I/SN#I_SN#g" "${file}" done +# Turn some labels into global labels. All labels seem to be global in Altium? +../fix-labels.py rev02*sch + # 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 -- cgit v1.2.3