Andrew
Andrew
@iROOT here you go. However I only tested it with Niimbot B21. Do you have B21 or D11? https://github.com/AndBondStyle/niimprint
@iROOT hmm... I've got the same problem when trying to print an image with wrong resolution. What resolution are you using? Also, I disabled some checksum-related code in image encoding...
@iROOT thank you for the capture. The problem with alignment was caused by me naively assuming that label length (aligned with printing direction) is always bigger than its height. This...
Hypothesis: on the OS level bluetooth device stays connected, and the script just creates a socket to communicate with it. So it shouldn't be any overhead from running the script...
Oh, I see you already posted :) To sum up, following issues need some attention: - Make a note about `PYTHONPATH` in readme - Make a note about powering on...
@yveszemp set it to the root directory of the project (directory with `.gitignore`, `pyproject.toml` etc.). Also refer to https://github.com/AndBondStyle/niimprint/issues/24#issuecomment-2105664638 If you're on windows: `set PYTHONPATH=%cd%` If on mac/linux: `export PYTHONPATH=$(pwd)`
@yveszemp well, yes, but it needs to be implemented. Right now it's only possible by converting pdf into image
Thanks, I'll try to find some time on the next week to finally fix this. The problem is that I only have a B21 at hand, and I'm afraid the...
Awesome! Did you test your PR on D110 already?
@Orhideous oh, sorry, I confused you with this PR author. Anyway, testing is appreciated :)