-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Instead of keeping a value it changes to zero after hitting enter. #93
Comments
I second this one. This actually messed up a couple prints for me before I realized what was happening because my nozzle temp went to zero while printing. |
Will check |
src\ui\components\ui_comp_temperaturecomponent.c I modified the conditional code in the ui_event_comp_temperatureComponent_numpadKeyOk function in the file under the directory above. It now checks if any input was provided. I suspect that when there is no input, atoi converts it to 0. if (ui_temperatureComponent_input_target == bed) |
XTOUCH V0.9.58
Found when selecting nozzle or bed temps , if you dont change anything but hit enter, it will default to zero instead of keeping the current value.
At first I didnt realise it happen, but got it heating back up before anything bad happened lol.
Maybe it can give a confirmation question apon a value change before applying? Then one could say cancel or confirm?
20240112_194917_1.mp4
The text was updated successfully, but these errors were encountered: