sparkfunX / Buzzard

Software tools for EAGLE silkscreen generation
100 stars 18 forks source link

minor fixes / improvements to -c collections #12

Closed oclyke closed 4 years ago

oclyke commented 4 years ago

I got very familiar with using the collection feature today - generating a library of 60+ labels to be used on a dev board. During that process I fixed some problems and cleaned up a little bit.

One difference in functionality to be aware of / discuss (does this break anything for anyone?): in order to simplify -w a mode label serial numbers are now prepended to the name, rather than appended so that in an Eagle library users will see SERIAL#_NAME as opposed to the previous method NAMESERIAL#

Changes:

  1. serial number prepend
  2. handles blank lines in the collection file
  3. clean up print statements, program now displays progress in -c mode