bassamanator / Sovol-SV06-firmware

🔥 A comprehensive Klipper configuration for a variety of 3D printers 🔥
GNU Affero General Public License v3.0
852 stars 75 forks source link

[BUG]TEST_SPEED macro not working with latest Klipper release #178

Closed smoothdog001 closed 2 weeks ago

smoothdog001 commented 2 weeks ago

Describe the bug SET_VELOCITY_LIMIT ACCEL_TO_DECEL is depreciated with the latest version of Klipper and is now MINIMUM_CRUISE_RATIO. So the macro errors out where that is set.

Per: https://www.klipper3d.org/G-Codes.html?h=minimum_cruise_ratio#set_velocity_limit

To Reproduce Steps to reproduce the behavior:

Run TEST_SPEED macro

Expected behavior Speed test completes

Screenshots image

What printer are you using?

What kind of device are you using to host Klipper?

BTT PAD7

How did you install Klipper?

KIAUH

Is your local copy of this configuration up to date? Yes, confirmed in kiauh

What slicer are you using?

N/A

Are you using the config bundles from this repo?

Did you Adjust your slicer?

N/A

Additional context Everything else has been running great! Thanks for this repo!

bassamanator commented 2 weeks ago

Thanks for reporting this.

Pulled in updates from Ellis, the original author. Pushed changes to dev-test_speed. It's branched off master, only test_speed.cfg has been changed. Haven't had time to test yet.

lincolnjohnson commented 2 weeks ago

I had the same error, pulled the new test_speed.cfg, it works fine for me now.

bassamanator commented 2 weeks ago

Tested and merged into all branches. Thanks all. 🙏🏻