-
Notifications
You must be signed in to change notification settings - Fork 35
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
Prevent sleep when printing (Feature Request) #46
Comments
Thanks for the link. Indeed it could be helpful for some users. Will try to include it for next update. |
+1 I've just hit this issue. |
You could print with our Repetier-Server whcih also runs on mac. It disables sleep while printing. |
Thanks for the info. I didn't know Repetier-Server existed... From the point of view of a home user with unsophisticated requirements, it would be better if this behaviour were integrated in the host application. It seems like quite a simple fix. My father (who is not computer savvy) had no clue that the reason his print jobs were being interrupted was because the Mac was going to sleep! BTW, thankyou for this great utility! |
Yes it is simple and my mac version in development has it already. But we are so busy that I can not say when we will release the next pure mac version. We currently hope to be able to publush the windows host for mac as well, but that needs to be tested and depends on mono version now available. We stopped doing that cause we had to many incompatibilities but hope that 3 years later in is better. |
I've forked Repetier-Host-Mac to fix a few things, but I don't see any commits here since Nov 2013. Is your 'mac version in development' branch committed anywhere so I can base from it and avoid re-inventing wheels? |
The host is not open source any more, so this repository is not updates and used any more. |
If the Mac Energy Saver control panel is set to sleep after a certain time interval of inactivity, it does so even if it is printing, causing the print run to be halted (with extruder heat on, etc.) leading to a failed print.
The program should prevent sleep during active printing, (but allow sleep when not running). Apple developer Q&A 1340 tells you how.
http://developer.apple.com/library/mac/#qa/qa1340/_index.html
The text was updated successfully, but these errors were encountered: