Skip to content

Instantly share code, notes, and snippets.

@EricADockery
Last active February 10, 2018 15:45
Show Gist options
  • Save EricADockery/0b145fd418ba52948349adac5025a05e to your computer and use it in GitHub Desktop.
Save EricADockery/0b145fd418ba52948349adac5025a05e to your computer and use it in GitHub Desktop.
Zebra Printer gist
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