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: Allow extruder moves when force move is enabled #1402

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

CromFr
Copy link
Contributor

@CromFr CromFr commented Mar 29, 2024

The FORCE_MOVE klipper gcode can be used for extruder motors, however the extrude/retract buttons on the web interface are disabled if the temperature is too low. This patch allows controlling the extruder motors when "force move" is enabled on the web interface (with red buttons like the axis buttons).

I haven't tested with multiple extruders, but I expect this.$store.state.printer.printer.toolhead.extruder to contain the name of the extruder that is controlled by the component

Signed-off-by: Thibaut CHARLES <CromFr@gmail.com>
@pedrolamas
Copy link
Member

Hi @CromFr thank you for submitting this Pull Request.

I haven't validated this yet, but I wanted to say I currently have a WIP (work in progress) branch with a few changes for Force Move, as to replace the current usage with a bar control for each stepper.

Reason being that the current implementation only works for the default "cross" is the only one with Force Move, but I want to make this available for every type of toolhead control.

@CromFr
Copy link
Contributor Author

CromFr commented Apr 1, 2024

That's great news ! you can close this PR if you prefer merging directly your more complete implementation

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.

2 participants