Skip to content

Commit

Permalink
Update main.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
wprzyb committed Aug 7, 2024
1 parent 0c9e879 commit 7ff0ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# NOTE:
# DYMO_LABEL_SIZE = [89, 36]
# ZEBRA_LABEL_SIZE = [100, 60]
LABEL_SIZE = JSON.parse(ENV.fetch('LABELMAKER_LABEL_SIZE', '[89, 36]'))
LABEL_SIZE = JSON.parse(ENV.fetch('LABELMAKER_LABEL_SIZE', '[80, 40]'))

# NOTE: You can use only one of these: local printer, IPP printer, or printservant
LOCAL_PRINTER_NAME = ENV.fetch('LABELMAKER_LOCAL_PRINTER_NAME', '')
Expand Down

0 comments on commit 7ff0ca5

Please sign in to comment.