Skip to content
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

Screen Hanging on "Waiting for Klipper" #6

Open
cclark99 opened this issue Mar 29, 2024 · 2 comments
Open

Screen Hanging on "Waiting for Klipper" #6

cclark99 opened this issue Mar 29, 2024 · 2 comments

Comments

@cclark99
Copy link

cclark99 commented Mar 29, 2024

In the klipper github commit 0105aa3, the name of parameter max_accel_to_decel changed to minimum_cruise_ratio. Loading the program with a newly updated firmware causes the screen to hang on "Waiting for Klipper" as it cannot find the max_accel_to_decel in it's dictionary. Simply changing every instance of the old name to the new name lets it pull the actual data it needs from klipper and fixes the issue.

For those using linux its as easy as:

sed -i 's/max_accel_to_decel/minimum_cruise_ratio/g' main.py lcd.py printer.py

within the KlipperLCD directory. Cheers.

@cclark99 cclark99 changed the title max_accel_to_decel changed to minimum_cruise_ratio Screen Hanging on "Waiting for Klipper" Mar 30, 2024
@1coderookie
Copy link

Could you maybe open a PR with the changed file?
Hopefully that'll make @joakimtoe look into this and maybe start working on it again - imho KlipperLCD is a great solution with a lot of potential, and it would be just great if it would become a somewhat 'generic' solution.. ;)

@jofland
Copy link

jofland commented Apr 24, 2024

Worked for me too. @joakimtoe I like the idea of a PR :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants