circius / dymoprint

Linux Software to print with LabelManager PnP from Dymo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dymoprint-wpmp

A few small adjustments to the dymoprint script for the Dymo PnP to make it compatible with the Dymo Wireless PnP.

Basically working, but multi-line write doesn't seem to work - and the best way to adjust font-size is to directly adjust a variable in the script...

cloned for development from http://sbronner.com/dymoprint/

For ubuntu based distributions:

(should also work for debian, but not tested yet) use udev and modeswitch configurations to work with the LabelManager PNP. modeswitch changes the mode (and USB Id) from mass storage device to printer device.

sudo cp 91-dymo-labelmanager-pnp.rules /etc/udev/rules.d/
sudo cp dymo-labelmanager-pnp.conf /etc/usb_modeswitch.d/

and restart services with:

sudo reload udev

(more info)

Font management

Fonts are managed via dymoprint.ini

You may choose any TTF Font you like

You may edit the file to point to your favorite font.

Additional libraries used:

(todo..)

About

Linux Software to print with LabelManager PnP from Dymo

License:Apache License 2.0


Languages

Language:Python 100.0%