- Update my CSV file with new attributes and/or data
- Update the schematic symbols in TinyCAD
- Export the symbol library as XML to a certain folder
- Run a Python script to turn each symbol in that XML file into its own XML file
- Run my main library creation Python script
- Open TinyCAD to check for errors. If any symbols are wrong, repeat from the second step
I hadn't really used it earnestly yet but it seemed like too many steps. So I decided to add functionality to my library creation script to pull the symbol data from the symbol library file directly instead of XML files created from that library. Tonight I got it to work, so now the process is:
- Update CSV file
- Update symbols in TinyCAD
- Run library generation script
- Check for errors
This is a great improvement. I may actually get work done now!
No comments:
Post a Comment