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/advanced-features v2 #262

Merged
merged 38 commits into from
May 21, 2024
Merged

dmbutyugin/advanced-features v2 #262

merged 38 commits into from
May 21, 2024

Conversation

rogerlz
Copy link
Contributor

@rogerlz rogerlz commented May 19, 2024

cherry-picked from the latest commits as of today
https://github.com/dmbutyugin/klipper/commits/advanced-features/

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 a team as a code owner May 19, 2024 21:43
Copy link
Contributor

@bwnance bwnance left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, i didn't test on my machine tho

@rogerlz rogerlz merged commit a13e166 into bleeding-edge-v2 May 21, 2024
2 checks passed
@rogerlz rogerlz deleted the adv-features-v2 branch May 21, 2024 00:31
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

Successfully merging this pull request may close these issues.

3 participants