-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update related to klipper update 20240313
removed the ACCEL_TO_DECEL parameter from the code as it was deprecated by klipper.
- Loading branch information
Showing
3 changed files
with
11 additions
and
24 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ac98aef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe I am confused. Did you forget to comment out the offending line?
ac98aef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue still persist
need to update this line from
Klicky-Probe/Klipper_macros/klicky-macros.cfg
Line 54 in ac98aef
to
SET_VELOCITY_LIMIT MINIMUM_CRUISE_RATIO={printer.configfile.settings.printer.minimum_cruise_ratio}
and shouldn't it be better to use
printer.toolhead.minimum_cruise_ratio
instead ofprinter.configfile
since the former does not require to have the option explicitly specified in the config file?