From feec57312c696335a647ed679d2da73889fbbe78 Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Mon, 14 May 2018 15:37:23 +0200 Subject: Sort the components in the library like KiCad does --- convert.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'convert.sh') diff --git a/convert.sh b/convert.sh index b54a466..4e886ac 100755 --- a/convert.sh +++ b/convert.sh @@ -202,6 +202,8 @@ grep -vx \ Cryptech_Alpha.lib > Cryptech_Alpha.lib2 mv Cryptech_Alpha.lib2 Cryptech_Alpha.lib +# Sort the components in the library +../sort-library.py Cryptech_Alpha.lib # Segments on non-copper layer Eco2.User are not visible, and causes ERC warnings. # Turn them into graphical lines instead. -- cgit v1.2.3