-
Notifications
You must be signed in to change notification settings - Fork 153
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
no attribute 'get_step_dist' after recent Klipper commit #173
Comments
`Internal error during ready callback: 'float' object has no attribute 'get_step_dist' |
git reset --hard 694d38c79105f2d33242487faa0532d1291ee7b6 to fix it, i believe this refactor broke compatibility with tmc autotune: Klipper3d/klipper@faee2c0 |
same here, commented out for now until a compatibility patch is released |
Ran into the same issue. |
Just a warning here that updating to the latest release required re-tuning stallguard for sensorless homing (on TMC2209s in my case). Be careful folks.... |
This commit closes this issue |
I believe the commit at Klipper3d/klipper@faee2c0
broke compatibility with TMC Autotune. After updating to latest Klipper I started getting an error no attribute 'get_step_dist'.
Commenting out my autotune_tmc lines in printer.cfg seems to have resolved this temporarily.
Do we need a compatibility update?
The text was updated successfully, but these errors were encountered: