Description
Is your feature request related to a problem? Please describe.
The printer movement is impossible to stop during the move itself. Which is potentially dangerous and impractical.
Are you looking for hardware support?
No response
Describe the feature you want
I suggest adding "stop" functionality to the movement screen (eg. graphical UI in TFT_COLOR_UI).
I can implement it, but I want to ask (preferably some Marlin designer/developer) clarifying questions.
In the TFT_COLOR_UI there already is off
button in the Movement menu. Intuitively I was pushing the button to stop the movement even though (as I later found) it is just to disable steppers by injecting Gcode, which disables them only after all moves are finished.
I could add separate stop
button, but I don't want to add duplicates.
Is there any reason why Off
just disables steppers or can it stop current movement as well?
If there is... what do you feel is more useful
Stop
button to stop movement andOff
button to stop movement and disable steppersStop
button to stop movement andOff
button to disable steppers
Additional context
No response