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

dmbutyugin's advanced features branch #69

Merged
merged 35 commits into from
Oct 19, 2023

Conversation

rogerlz
Copy link
Contributor

@rogerlz rogerlz commented Oct 18, 2023

No description provided.

This should simplify subsequent input shaping of extruder.

Signed-off-by: Dmitry Butyugin <[email protected]>
This enables an extended processing of the steps
    next_step = step + (interval + rounding) >> shift;
    interval += add;
    add += add2;

Signed-off-by: Dmitry Butyugin <[email protected]>
Also added a version for symmetric smoother integration (for extruder)

Signed-off-by: Dmitry Butyugin <[email protected]>
This was tested on the RPi3 B+ and shown to improve the performance

Signed-off-by: Dmitry Butyugin <[email protected]>
This makes use of different smoothers than input smoothers themselves
when extruder syncrhonization with input shaping is enabled.
The old behavior is available with the following command:
`ENABLE_INPUT_SHAPER EXTRUDER=...  EXACT=1`

Signed-off-by: Dmitry Butyugin <[email protected]>
@rogerlz rogerlz requested a review from bwnance October 18, 2023 10:57
@rogerlz rogerlz force-pushed the dmbutyugin_advanced-features branch from 8aeb528 to 6feabd6 Compare October 18, 2023 22:30
@rogerlz rogerlz force-pushed the dmbutyugin_advanced-features branch from 6feabd6 to 40cc044 Compare October 18, 2023 22:31
@rogerlz rogerlz merged commit d51c012 into bleeding-edge Oct 19, 2023
2 checks passed
@rogerlz rogerlz deleted the dmbutyugin_advanced-features branch October 19, 2023 13:13
@igiannakas
Copy link

Hi all

Any chance the bleeding edge branch is updated with latest klipper? Would love to be able to continue using it but recent changes to klipper's handling of max_cruise_ratio have broken a number of plugins and modules (like happy hare).

@rogerlz
Copy link
Contributor Author

rogerlz commented May 14, 2024

Hi all

Any chance the bleeding edge branch is updated with latest klipper? Would love to be able to continue using it but recent changes to klipper's handling of max_cruise_ratio have broken a number of plugins and modules (like happy hare).

we are working on it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants