User Tools

Site Tools


config:dymo

This is an old revision of the document!


Dymo LabelWriter Drivers for Linux

#graphical label designer

apt-get install glabels

http://www.taklischris.info/other/use-your-dymo-printer-on-ubuntu

Download CUPS driver and SDK from here:

https://developers.dymo.com/2012/02/21/announcing-dymo-labelwriterlabelmanager-sdk-1-4-0-for-linux/

sudo apt-get install libcups2-dev libcupsimage2-dev gcc g++
wget https://www.dymo-label-printers.co.uk/user/dymo-cups-drivers-1.4.0.tar.gz
tar xzf dymo-cups-drivers-1.4.0.tar.gz
cd ./dymo-cups-drivers-1.4.0.5/
./configure
make
sudo make install

To set up the printer in CUPS, go the CUPS admin page and add the new printer.

http://localhost:631/admin

http://www.linux-magazine.com/Issues/2016/183/Perl-Producing-Labels

Inofficial github with drivers (working with LW450!):

https://github.com/matthiasbock/dymo-cups-drivers

sudo apt-get install libcups2-dev libcupsimage2-dev gcc g++ autoconf automake
git clone https://github.com/matthiasbock/dymo-cups-drivers
cd dymo-cups-drivers
./build.sh
sudo make install
sudo service cups restart

configure printer in cups

Labelwriter Wireless PPD (untested):

https://gist.github.com/vstath/0f5eab715cec427b86dcf9c47f397f04

Label Sizes and names:

Number Size PPD Entry Descriptions
11356 41 x 89 mm w118h252 Small Badge
Name Badge
White Name badge
config/dymo.1594663220.txt.gz · Last modified: 2023/05/29 11:53 (external edit)