I am wondering why there is no open framework for laser printing.
There are a few parts that would have to be made out of sheet metal. The sides could be stamped for the same pattern. You then need a back and a cross section. One could theoretically make them from ABS, but ABS gets brittle with heat and the sides will shatter.
One side of the printer is dedicated to running an ARM SOC. I'm not sure if the Arduino is up to the task, but it will need to control 3 motors, initiate a heating sequence, start a rasterizing laser, interpret a print job, communicate over network and USB, and monitor a bunch of sensors.
The hardest parts will be obtaining print cartridges, rollers, and fusers. Designing a standard to run off a certain vendor's hardware will be a pile of issues, and nobody will just start manufacturing hardware for a handful of hobbyist printers.
Everything else is 3d printing, springs, and screws.
My cheap old 3D printer requires constant fiddling before and after every print, yet still fails probably half the time. I avoid printing things sometimes just because I don't want to deal with it.
I would still agree with you 100%. I hate my HP printer so much.
My hp printer has worked perfectly and reliably with CUPS for years now. Just turn it on and print, works every time.
Open source print drivers, baby! I still hate CUPS though.
Seriously, one of the best ways to fix printer issues with windows. Is to buy a cheap raspberry pi zero or similar. And stick it in between as a print server. It solves so many random issues for both bad printer, firmwears and fucky windows behaviors
CUPS is horrible, and also had its share of critical vulnerabilities. It is just better than the LPD mess we had before.
It is not a Linux specific thing - it was developed when there still were a lot of UNIX variants around. Apple was a very early contributor, and had quite a bit of influence in making it successful.
It’s no surprise Apple uses CUPS. They wrote it, after all.
Edit: TIL Apple didn’t write CUPS themselves but they bought the company that did it pretty early in the game. Here’s a LWN article from the time, exposing some of the worries that came with the news of the acquisition: https://lwn.net/Articles/242020/
With cups it's pretty much painless on linux form me, though some distros have a very restrictive firewall configuration out of the box, so you have to whitelist it before using. Not too complicated, but can be very frustrating for new users who never touched a firewall before.
My printer used to integrate perfectly with windows 11. I was using some Ancient driver I found on some internet archive. windows updater found a new drive, now it's a mess of different UIs to print or scan shit
Printers are pretty plug'n'play these days, at least until something technical goes wrong. Getting exactly what you want on paper can be pretty tough, though. I wrote an entire printing stack from scratch for an embedded system, but that was for a very specific set of models from a single manufacturer. It actually worked every time, especially when there were errors and warnings, but it took actual effort.
Brother printers were the last straw in throwing away they last inkjet I ever hope to own.
Want to scan something into your computer, you say? Sorry, can't do that because you're low on magenta!
No idea if their laser printers try the same crap, because I avoided that brand when it came to picking one out, but holy crap what an off-putting experience.
I would only think them to work better on Linux because the software you're using isn't made by the printer company. Their software sucks. The hardware sucks, too. They're made to be shit because a perfect printer isn't profitable.
Since I've moved in South East Asia, I have discovered that:
Almost every single printer that exists has a conversion kit available on Taobao to use big ink bottles
There's not a single firmware that hasn't been hacked, nor a single part that hasn't been cloned
Therefore, most printer manufacturers have a specific line of durable products that allows the use of third party ink because if they don't, other people will bank of their product maintenance and they won't sell much.
The only reason we in developped country get scammed like we are, is because of IP laws and governments that allow manufacturers to abuse them with no consequences at the expense of the customers (and the planet).
On linux i was able to setup my hp laserjet no problem, cups recognised it just fine; the problem is with the integrated scanner, SANE sees that there is some sort of scanner but fails to talk to it, i have windows 10 installed on a usb key essentially only to use the scanner
My printer has to go through like 5 power cycles for it to even detect its ink cartridges. I guess thats what i get for taking the ewaste printer from the office
At my workplace we have sketchy-looking unsigned Applescripts to install printers on Macs. You have to find the right file for the printer you want to install, and run it, or ask IT to do it for you.
It's not ideal, but everyone that tries to improve the printing experience ends up ragequitting. Last I heard, someone in IT was looking into some sort of "print anywhere" solution where you just install one virtual printer driver and print to it, then scan your badge at any printer to see all your print jobs and print them. Not sure what the status is with that though - haven't heard about it for a while.
I thought I saw that Mac has the same CUPS print service/printer manager that Linux uses? In fact it seems like apple developed it. I think that helps enormously with standardizing printer configs. https://www.cups.org/doc/admin.html
Has anyone had luck or experience with using IPP for printing from Linux? A standard networking protocol for printing sounds like it should make a lot of these problems mute.
Honestly who NEEDS a printer anymore? We've moved on from printing out driving directions from MapQuest and burning our own DVD collections. We should ditch home printers and only use online printing services whenever you want something physical so it's made nicely by someone who knows what they're doing.
It can still be nice to have one so you can print out more pages in parallel than you have space on your screen and using a pen to annotate a document.
Yeah I switched to LMDE a couple months ago and I plugged in my printer for the first time but long ago. I was worried it wouldn't work at first but it started printing right away!
No joke, printing is like the #1 thing I like most about switching from Windows to Linux. I still get errors about the bypass tray every time I try to print from Windows. I'M NOT USING THE BYPASS TRAY!
I learned that the CUPS config on Mac, at least as of about a year ago, was set to save a copy of everything ever printed to an obscure directory on the machine. Was discussed in relation to setting up a secure encryption scheme where you print out your keys, wouldn’t want something like that just hanging out for any malware to come gobble up.
It used zeroconf/bonjur out of the box when no one else used it (or had to do some serious configs in order to get it working), that's why. And, of course, since it's the second most used OS other than Windows, printer manufacturers configured avahi/zeroconf/bonjur out of the box on their printers.
I have a pair of LaserJet 2200dn printers, they work absolutely fine in any Linux distro but I just have to make sure to use the below driver in my case:
HP LaserJet 2200 Foomatic/lj4dith (grayscale, 2-sided printing)
If I use the default or hpcups drivers it takes fucking forever (over an hour!) to process the pages. Essentially if given the option go for the lj4dith driver for your LaserJet
That was the last thing that kept me dual booting. Eventually, I realized that my printer wasn't worth using on any OS so I wasn't losing anything by going all-in.