aboutsummaryrefslogtreecommitdiff
path: root/convert.sh
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2018-05-14 15:37:23 +0200
committerFredrik Thulin <fredrik@thulin.net>2018-05-14 15:37:23 +0200
commitfeec57312c696335a647ed679d2da73889fbbe78 (patch)
tree62e87cc9c89e830ff91ea1d1dbd3349984fbd47a /convert.sh
parent97de5e209b1a009be76a79b7a1c3d30eb5b53a04 (diff)
Sort the components in the library like KiCad does
Diffstat (limited to 'convert.sh')
-rwxr-xr-xconvert.sh2
1 files changed, 2 insertions, 0 deletions
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.