Wait for second temperature value before toggling outputs #481
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
...the print stops because the temp sensor gives one wrong value after working reliable for hours.
Describe the solution you'd like
A clear and concise description of what you want to happen.
It would be awesome if the plugin could wait for another measurement, when the current value exceeds its allowed bandwith.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I can't really imagine another way to handle single wrong temp values, that control gcodes, shell scripts or relays.
Thanks in advance!