Is your feature request related to a problem? Please describe.
The screen does not clear the old temp value when manually adjusting the temp, making it easy to enter a 6 digit temp. If you accidentally enter a number that is too large of a temp, the system issues an error that you can't clear without a reboot.
Describe the solution you'd like
Check the value being entered by the user, and confirm it is within a range that the printer supports. If not, give a pop up with an out of range error that can be cleared allowing the user to enter a valid temp without rebooting the system.
Describe alternatives you've considered
Eliminating all human error, but that proved to be difficult.
Additional context
Is your feature request related to a problem? Please describe.
The screen does not clear the old temp value when manually adjusting the temp, making it easy to enter a 6 digit temp. If you accidentally enter a number that is too large of a temp, the system issues an error that you can't clear without a reboot.
Describe the solution you'd like
Check the value being entered by the user, and confirm it is within a range that the printer supports. If not, give a pop up with an out of range error that can be cleared allowing the user to enter a valid temp without rebooting the system.
Describe alternatives you've considered
Eliminating all human error, but that proved to be difficult.
Additional context