Printooth
Printooth copied to clipboard
How to use Printooth.setPrinter
Basically, i wanted to use more than one printer. isit possible? and how do i determine which printer is paired to the Printooth. I couldn't find any documentation out there that are saving printer name, if any, can you provide one. Thanks
Yes, this is possible, @FelixVincent99. You can use this code to get what you want:
var printer1 = PairedPrinter(name, address)
var printer2 = PairedPrinter(name, address)
Printooth.printer(printer1).print(printables)
Printooth.printer(printer2).print(printables)
You can use Printooth.getPairedPrinter()
to get the actual printer =D