Skip to content
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

I get a "failed print" notification when my printer powers off 30 minutes after a print is completed. #46

Closed
simpat1zq opened this issue Aug 11, 2023 · 3 comments

Comments

@simpat1zq
Copy link

My printer is on a smart plug, and when the print is complete, it gets automatically turned off after 30 minutes. However, mobileraker sends a notification saying the previous print failed. Is there any way to disable that?

@Clon1998
Copy link
Owner

Hey,
thanks for reaching out.
I think the major rewrite I am working on in #45 will resolve this issue.

Hence, if you don't mind you can switch to the rewrite branch and use it for a while and give me some feedback on how it is going and if you encounter any other problems.

To get the rewrite branch to work please run:

cd ~/mobileraker_companion
git pull 
git switch rewrite
./scripts/install-mobileraker-companion.sh

@simpat1zq
Copy link
Author

simpat1zq commented Aug 27, 2023

Thanks. When I do the git switch rewrite command, I get an error

fatal: invalid reference: rewrite

Edit: actually, I'm guessing I can just update it since it looks like you may have merged that into the main branch.

@Clon1998
Copy link
Owner

I have merged #45.
Therefore, the branch rewrite does not exist anymore.

Just switch to main and do a git pull:

git fetch
git switch main
git pull
sudo systemctl restart mobileraker.service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants