Last active
February 10, 2018 15:45
-
-
Save EricADockery/0b145fd418ba52948349adac5025a05e to your computer and use it in GitHub Desktop.
Zebra Printer gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enum CommonPrintingFormat: String { | |
case start = “! 0 200 200 150 1” | |
case end = “\nFORM\nPRINT “ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment