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
looked everywhere and googled it...
nowhere i can find easy to understand info on how to print QR codes next to
each other
right now i have this code:
# if havePrinter: Epson.text("Tilbereder\n")
# if havePrinter:
Epson.qr('http://print.xn--pizzalg-v1a.dk/arduino4.php?sc=****&s=cooking&o='+str
(order))
# if havePrinter: Epson.text("P\x7D Vej\n")
# if havePrinter:
Epson.qr('http://print.xn--pizzalg-v1a.dk/arduino4.php?sc=****&s=onway&o='+str(o
rder))
# if havePrinter: Epson.text("Leveret\n")
# if havePrinter:
Epson.qr('http://print.xn--pizzalg-v1a.dk/arduino4.php?sc=****&s=delivered&o='+s
tr(order))
# is because i have disabled the codes for now as the print is to long if
printed under each other
Original issue reported on code.google.com by [email protected] on 15 Mar 2015 at 4:02
The text was updated successfully, but these errors were encountered:
first line i would rewrite:
# if havePrinter: Epson.text("Tilbereder P\x7D Vej
Leveret\n")
That should be excatly 40 chars long and is the same as the paper
next line would be 3 QR codes evenly spaced... i messured one and they should
just fit
of course it will be some trial and error to get the text on top of the code
Original issue reported on code.google.com by
[email protected]
on 15 Mar 2015 at 4:02The text was updated successfully, but these errors were encountered: