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

no attribute 'get_step_dist' after recent Klipper commit #173

Open
sprior opened this issue May 22, 2024 · 6 comments
Open

no attribute 'get_step_dist' after recent Klipper commit #173

sprior opened this issue May 22, 2024 · 6 comments

Comments

@sprior
Copy link

sprior commented May 22, 2024

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?

@PendulumPit
Copy link

`Internal error during ready callback: 'float' object has no attribute 'get_step_dist'
This is what I get unless I comment out the TMC Autoune

@jrgiacone
Copy link

git reset --hard 694d38c79105f2d33242487faa0532d1291ee7b6 to fix it, i believe this refactor broke compatibility with tmc autotune: Klipper3d/klipper@faee2c0

@matthewj301
Copy link

same here, commented out for now until a compatibility patch is released

@nhchiu
Copy link

nhchiu commented May 22, 2024

Ran into the same issue.
Seems to be fixed in 436f6f1.

@notheotherben
Copy link

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....

@sbtoonz
Copy link
Contributor

sbtoonz commented May 27, 2024

436f6f1

This commit closes this issue

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

7 participants