-
Notifications
You must be signed in to change notification settings - Fork 3
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
URL to print server wont seem to work?? #12
Comments
Hi, that depends on your print server. We use a USB-Print-Server, which expose the devices as RAW TCP/IP Printer on port 9100. The container use CUPS and other CUPS DEVURI should work. |
Thanks for your reply - Mine would be usb to print server too. So in your example what would your docker variable look like for in your docker-compose or docker-run command? PRINTER1_DEVURI: |
I'm using a Dymo LW400 printer with a Raspberry Pi as a server, and I remember that it was a bit of a struggle getting it to work. What I ended up with was:
...where I kind of remember having to download the lw400.ppd driver myself and putting it |
Thanks i'll play with that. |
Hi there,
I know this isnt technically an issue per se, but this is quite a niche project and i was wondering whether you could list the format or a 'working' example for the socket line in the docker compose file (PRINTER1_DEVURI: socket://url.to.print.server:9100)?
Im a little unclear on what the URL should be... in my instance the print server runs on IP address 192.168.1.30 would this line simply be:
PRINTER1_DEVURI: socket://192.168.1.30:9100
If so, i'd have expected the variable example it to read (PRINTER1_DEVURI: socket://IP.to.print.server:9100)
Any help would be really appreciated!
The text was updated successfully, but these errors were encountered: