-
-
Notifications
You must be signed in to change notification settings - Fork 260
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
TEST_SPEED macro not compatible with latest klipper #119
Comments
I just came here to say the same thing. The specific piece that was deprecated: printer.configfile.settings.printer.max_accel_to_decel It's related to this pull Klipper3d/klipper#6418 and can be read about more in the discussion here: |
[gcode_macro TEST_SPEED]
|
Hi guys, this issue has been fixed after my fix got merged. Please check the latest build after the merge of issue #120. |
Due to the Klipper change from ACCEL_TO_DECEL to minimum_cruise_ratio, the TEST_SPEED macro fails halfways through with error
Error on 'SET_VELOCITY_LIMIT VELOCITY=600.0 ACCEL=16000.0 ACCEL_TO_DECEL=': unable to parse
.The text was updated successfully, but these errors were encountered: