labelle-org / labelle

Label printing software
Apache License 2.0
49 stars 8 forks source link

Enhancement: Remote printing. Maybe via CUPS RAW support? #73

Open systemofapwne opened 2 months ago

systemofapwne commented 2 months ago

Is there any way to add remote printing? E.g. by adding the printer to CUPS as "RAW" on the remote and local device?

I am aware of USB/IP, which somewhat might work. However I would like to allow multiple devices to interface with my label printer that is connected to my print-server.

maresb commented 2 months ago

We don't support CUPS printing (yet) so that would be a two-step process.

Another route I have in mind towards remote printing is to leverage https://github.com/labelle-org/labelle/pull/72 with a web API.

maresb commented 2 months ago

Contributions welcome!