You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+45-1Lines changed: 45 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,61 @@ This project has two scripts, the generator and printer.
11
11
## The generator
12
12
The generator takes a simplified form of a pod's code called the ID to generate a code that can be passed to the printer. The ID has 4 segments of 1s and 0s, for example "1100 1101 0100 001101"
13
13
14
-
TODO: Example and table
14
+
Here is a table of IDs from various tags (Thanks to [u/UnknownCofeeDrinker](https://www.reddit.com/user/UnknownCofeeDrinker/)). I found that you can mix segments from various IDs and still get a working barcode. Its just that I don't know what all the segments do.
After getting an image from the printer script, you can print it and test it out. But there are a few things you need to do before that.
59
+
60
+
1. import the image into a program like Google Docs, where you can control the size of the image. For Google Docs, drag the image into a blank document, click on the image and then "Image Options", and under "Size & Rotation" set the width to 2.26in
0 commit comments