replaysMike / Binner

Open source parts inventory system for makers, electronics hobby, and professional engineers
https://binner.io
GNU General Public License v3.0
268 stars 41 forks source link

printing error #70

Open tuzellab opened 1 year ago

tuzellab commented 1 year ago

on the Mac version, I get the following error when trying to print:

CUPS: Print process id 72822 started! CUPS Error: lp: No such file or directory CUPS: Process 72822 finished with exit code 1

even though lp daemon recognizes Dymo as default printer.

replaysMike commented 1 year ago

I haven't looked at the printing stuff in quite some time, but it seems like the printer device isn't being found as configured.

Can you share the following?

1) contents of your printer configuration in appsettings.json 2) Which OSX version are you running?

tuzellab commented 1 year ago

"PrinterConfiguration": { // DYMO LabelWriter 450, DYMO LabelWriter 450 Twin Turbo "PrinterName": "DYMO_LabelWriter_450_Turbo", // Default or Left,Right for DYMO LabelWriter 450 Twin Turbo "PartLabelSource": "Left", // Label name, such as 30346 or 30277)

Mac OS X 11.6

tuzellab commented 1 year ago

I realized that it works once I changed LabelSource to Left for some reason, so what's above works. But I had "Default" before and it was not recognized. Logs said something along the lines of Default does not exist

replaysMike commented 1 year ago

interesting - and you're using a 450 Twin Turbo printer? I wonder if yours doesn't have a Left label source. I've only got the twin turbo here to test, not sure if other printers have a different label source name or not as most of that is up to the printer drivers. I'm especially surprised Default didn't exist.