-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot print on D110_M #32
Comments
Just ignore the extra data. |
I tried, and it prints 2 empty labels ... I think this is a different protocol. I have added some debug prints in the info section and you can see the differences.
2025-02-10T22:45:24.685666-0500 | INFO | Niimbot Information Would you be willing to add support for this? |
That's not my code, and I am not the NiimPrintX author 😄 I think @LorisPolenz implemented support for your printer in #6 Alternatively, you can try niimblue, which is supported by me 🙂 |
I can confirm that #6 works for D100_M. Thank you |
Hello,
I just got a new D110 Niimbot (says D110_M on the case) and all I can get so far are empty labels :(
I am trying to print png images from CLI.
There is a crash at line 296 in NiimPrintX/nimmy/printer.py because the return packet has 8 bytes instead of 4
I would be willing to help debug further but I cannot find any details about the BT protocol used to decode these packets.
Please advise
The text was updated successfully, but these errors were encountered: