Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LW4xx zip is actually LW5xx #2

Open
NHellFire opened this issue Jul 29, 2022 · 8 comments
Open

LW4xx zip is actually LW5xx #2

NHellFire opened this issue Jul 29, 2022 · 8 comments

Comments

@NHellFire
Copy link

The uploaded LW4xx Linux.zip is actually a different version of LW5xx. It doesn't contain any LW4xx PPDs and is almost identical to the LW5xx zip:

$ wget https://github.com/dymosoftware/Drivers/raw/main/LW5xx%20Linux%201.4.3/LW5xx%20Linux%201.4.3.zip https://github.com/dymosoftware/Drivers/raw/main/LW4xx%20Linux/LW4xx%20Linux.zip
$ unzip -d LW4xx "LW4xx Linux.zip"
$ unzip -d LW5xx "LW5xx Linux 1.4.3.zip"
$ diff --recursive --ignore-space-change --brief LW4xx/Linux "LW5xx/LW5xx Linux 1.4.3"
Only in LW4xx/Linux: .DS_Store
Files LW4xx/Linux/Makefile.in and LW5xx/LW5xx Linux 1.4.3/Makefile.in differ
Only in LW4xx/Linux/src: .DS_Store
Only in LW4xx/Linux/src/boost/preprocessor: debug
Files LW4xx/Linux/src/lm/tests/TestLabelManagerFilter.cpp and LW5xx/LW5xx Linux 1.4.3/src/lm/tests/TestLabelManagerFilter.cpp differ
Files LW4xx/Linux/src/lw/tests/TestLabelWriterFilter.cpp and LW5xx/LW5xx Linux 1.4.3/src/lw/tests/TestLabelWriterFilter.cpp differ
@SaintPeter
Copy link

Did you find a workaround for this? I noticed the same thing, looking for the LW450 .ppd files.

@SaintPeter
Copy link

Found here:
https://github.com/matthiasbock/dymo-cups-drivers/tree/master/ppd

@ekselys
Copy link

ekselys commented Sep 15, 2022

Any help for windows users? Where can I get 4xx drivers?

@SaintPeter
Copy link

They have a monumentally shitty website.

Go here:
https://www.dymo.com/support?cfid=user-guide

Click "Driver and Software Downloads".
Expand the top item.
Download the Windows version

image

@wschlich
Copy link

wschlich commented Dec 7, 2022

@dymosoftware please fix the LW4xx Linux.zip!

@gth001
Copy link

gth001 commented Dec 30, 2022

I downloaded this repo and they're 32-bit drivers, which will never work on Apple Silicon.

I found a third party driver:

sudo apt-get install libcups2-dev libcupsimage2-dev printer-driver-dymo

It works on my LW450 for printing simple text:

printf "lol" | lp -d LabelWriter-450 -o PageSize=30252_Address -o landscape -o cpi=7

Get the parameter names from the Printer Properties in your OS (like 30252_Address is in the dropdown)

If you want to get fancy, it will also print .png images if you render them via imagemagick commands in a script beforehand. I somewhat got a best-fit label printer working this way, but I don't feel like fiddling with it more.

@johnboiles
Copy link

I ended up here after trying these drivers. But in the end sudo apt install printer-driver-dymo was enough for my use case (using a 4XL shared via cups on a RaspberryPi Zero W 1.1)

@danfly09
Copy link

As of Feb 21st, 2024, the LW4xx drivers are still the LW5xx drivers.

If you are using Ubuntu, the package printer-drivers-dymo contains the drivers for older versions, however, I don't understand why it takes infinite time to print from a RaspberryPi using these drivers. I was hoping I could compile and install.

The LW5xx compiled drivers have a decent responsiveness when printing from a RaspberryPi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants