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
Thank you so much for your amazing work on this library—it's been incredibly helpful!
I'm using your library with a Niimbot D11h and USB-Con on a Linux PC, and overall, it's been a great experience. However, I encountered an issue when trying to print multiple copies at once.
I noticed the commented line in print.py: # self.set_quantity(1) # Same thing (B21)
When I uncomment it and set the value to, say, 2, it doesn't seem to have any effect (still prints 1pcs). Is there a way to print multiple stickers at once using your library?
Thanks again for your hard work, and I appreciate your help!
The text was updated successfully, but these errors were encountered:
For d11h print quantity is encoded to SetPageSize(0x13) packet (6 data bytes). Also total page count should be encoded to PrintStart(0x01) packet (7 data bytes).
Hi,
Thank you so much for your amazing work on this library—it's been incredibly helpful!
I'm using your library with a Niimbot D11h and USB-Con on a Linux PC, and overall, it's been a great experience. However, I encountered an issue when trying to print multiple copies at once.
I noticed the commented line in print.py:
# self.set_quantity(1) # Same thing (B21)
When I uncomment it and set the value to, say, 2, it doesn't seem to have any effect (still prints 1pcs). Is there a way to print multiple stickers at once using your library?
Thanks again for your hard work, and I appreciate your help!
The text was updated successfully, but these errors were encountered: