fluidd icon indicating copy to clipboard operation
fluidd copied to clipboard

feat: Allow extruder moves when force move is enabled

Open CromFr opened this issue 1 year ago • 2 comments
trafficstars

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

CromFr avatar Mar 29 '24 19:03 CromFr

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.

pedrolamas avatar Mar 31 '24 16:03 pedrolamas

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

CromFr avatar Apr 01 '24 00:04 CromFr