MultiMote
MultiMote
Will do 👍 I would also like to implement the alignment functionality as in some way similar to Inkscape.  
Added position controls. Width and height currently displayed only for stroke objects. Changing size for other type of objects is a bit tricky, I will think how to implement it...
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). See the reference implementation here:...
What D110 do you have? You command works for me with 203dpi version (D110 without additional letters). Modern D110 models have differences in the print protocol.
Unfortunately, current code is most likely not compatible with your model. For now, you can try other projects/forks or try to implement [B1-like](https://printers.niim.blue/interfacing/print-tasks/) print task yourself. This PR (project is...
I wrote some info here: https://printers.niim.blue
I'm not sure if that's possible with [fabricjs](https://fabricjs.com).
This example illustrates how to zoom in/out canvas contents. I think we need to scale canvas itself.
Solution must be suitable both PC and mobile users. On mobile, how to separate object selection/dragging and canvas panning? How to manage canvas resizing to device width? I've added it...
They sacrificed multiple selection 🙂