-
Notifications
You must be signed in to change notification settings - Fork 158
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
Added Pycups print module and added a print trigger gpio button event #113
base: master
Are you sure you want to change the base?
Conversation
Hi Oele, |
Hi Frank, You have to install CUPS if you don't have it yet: sudo apt-get install cups After sleeping, I noticed some things can be improved in the printer class. |
Hi Oele, |
Hi Oele, thank you so much for this addition! Sorry for taking so long before having time to look at it - I have very little spare time at the moment.
|
Hello, I have downloaded the development branch and I see the functionality of printing by pycups but I do not find the button to print on the GPIO25. Is it in the code? Do i have to do something else? I need your help. Thank you. |
Hello, I can get the code with the printer button but i have an error when init the program. This is the log: libEGL warning: DRI2: failed to authenticate Please, I need your help. Is urgent |
AcidCool83 i have the same mistake |
Hello Mr B,
I've added PyCups to support CUPS printing.
In this pull request you'll also find a print trigger button on GPIO25.
But this is configurable in the GUI Settings.
Another thing I've added is the ability to show a "Please wait while printing" screen.
Something I forgot to delete was in: photobooth/camera/init.py
I've added some lines to get two times the same copy on one print.
So in short:
Enjoy!