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

feat: Pressure Advance per extruder stepper #1022

Conversation

pedrolamas
Copy link
Member

The current Pressure Advance controls work fine when there is an [extruder] with a stepper attached, but when we have them separately (by using [extruder_stepper] entries), this would just not work as there is no "active extruder stepper" entity)

To fix this, we will now show the existing PA controls for active extruder if it has a stepper attached, and a new separate box with PA controls for each of the separate extruder steppers.

image

These boxes are collapsible and by default they will load in collapsed state:

image

(Note: one can easily test this with a Docker container running docker-klipper-simulavr, just set the correct "dual stepper extruder" in the printer.cfg)

Fixes #681

Signed-off-by: Pedro Lamas pedrolamas@gmail.com

Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
@pedrolamas pedrolamas added GH - Bug Something isn't working FR - Enhancement New feature or request labels Feb 1, 2023
@pedrolamas pedrolamas added this to the 1.23.2 milestone Feb 1, 2023
@pedrolamas pedrolamas merged commit aa7007a into fluidd-core:develop Feb 2, 2023
@pedrolamas pedrolamas deleted the pedrolamas/pressure-advance-extruder-stepper branch February 2, 2023 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FR - Enhancement New feature or request GH - Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New slider (PA, smooth time) does not work proper with extruder_stepper config
2 participants