ballaswag / guppyscreen

A native Touch UI for 3D Printers running Klipper/Moonraker.
GNU General Public License v3.0
166 stars 14 forks source link

Numbers repeat rapidly when setting temperature #87

Closed dprossner closed 3 weeks ago

dprossner commented 3 weeks ago

when entering numbers to set temperatures on the keypad that pops up, there is no delay before numbers start repeating so entering 200 degrees at a reasonable speed results in 2222220000000000000000. I suggest repeating numbers be disabled altogether when inputting temperatures so one press regardless of duration enters one character.

MrDix commented 3 weeks ago

Looks like a duplicate of https://github.com/ballaswag/guppyscreen/issues/76

This was a bug in 0.0.22-beta and 0.0.23-beta and should have been fixed in guppyscreen 0.0.24-beta. Are you using the current version?

There is another critical bug introduced in version 0.0.24-beta which block us from starting a print from guppy screen: https://github.com/ballaswag/guppyscreen/issues/85 You might want to wait for the 0.0.25-beta release as https://github.com/ballaswag/guppyscreen/issues/85 might be worse then the bug with the temperature inputs.

If the problem you have reported here is solved after updating to 0.0.24-beta (or any newer version) please close this ticket here.

evgarthub commented 3 weeks ago

Also duplicate of #73

dprossner commented 3 weeks ago

my mistake. on me for assuming my helper script installed the latest version