We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I did pretty much the same thing, but for events instead of popups.
If you want to avoid the repeated triggering of your popup, take a look at my code how I solved that issue: https://github.com/zeroflow/OctoPrint-PauseForUserEvent/blob/aaeb18117adc30dd6ca202c6aa4dbe59afd992f0/octoprint_pause_for_user_event/__init__.py#L43
Greetings, Thomas
The text was updated successfully, but these errors were encountered:
Thanks for the tip Thomas, I'll look into implementing that soon.
Patrick
Sorry, something went wrong.
Patronics
No branches or pull requests
Hi,
I did pretty much the same thing, but for events instead of popups.
If you want to avoid the repeated triggering of your popup, take a look at my code how I solved that issue: https://github.com/zeroflow/OctoPrint-PauseForUserEvent/blob/aaeb18117adc30dd6ca202c6aa4dbe59afd992f0/octoprint_pause_for_user_event/__init__.py#L43
Greetings,
Thomas
The text was updated successfully, but these errors were encountered: