export labels as JSON #1243
nathanjshaffer
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Would be nice if there was an option to export the label as text instead of a pdf. I use a thermal tape label maker to label part trays. each tray can have a number of slots. So I print one label that goes across the whole tray. I use a simple JSON array to send the label information to a python script which then prints out a single label for 6 part types on one label.
Currently I can set up a label to output something like
[ part 1, 555N, TSSOP ]in individual labels. but each part is in its own page on a pdf. Would be useful if there was a JSON mode where it would just output all the generated labels such that each label were an element in a JSON array.example:
[ [ part 1, 555N, TSSOP ], [ part 2, attiny85, 8DIP ]Beta Was this translation helpful? Give feedback.
All reactions