Add "Emergency Stop" button, or disable "Confirm to stop"? #224
Replies: 9 comments 6 replies
|
I do not think a delay after selecting Stop is necessary.
Rather like the old joke about a car asking "Are you sure? " before the airbags go off/.
This world of computing is just too full Are you sure? confirmation dialogue boxes. I thing we are all adult enough to take responsibility for our own actions.
If you have scrolled to the STOP button and clicked it ..it is pretty clear you want to stop...
Emergency Stop that kills print and disables stepper would be great.
Emergency stop that lifts head, retracts filament and presents the birds nest of mess the printer has likely created would be great too..but just a STOp and Disable will be good enough.
More than once now I have just pulled the plug from the wall, rather than go through the current painful "Stop" process
… On 11 Oct 2025, at 18:58, Andrew ***@***.***> wrote:
It's been brought to my attention by @npaisnel <https://github.com/npaisnel> that the "Stop" print should immediately stop without confirming.
I agree this should be changed. I'd like to go through some ideas on how we can do this, if we should, or how we can do it and make it work great.
a couple ideas I have are:
Add a separate "Emergency Stop", which does just that, it stops and immediately kills the printer (like an error). or maybe not 'kill' but stops it in place.
when you select "Stop" there is a slight delay, giving the user a chance to change their mind without having to confirm. kind of like how it is but it says "Stopping print, if you didn't mean to do this hit 'ok'" or something like that.
@Mik-S-UMS <https://github.com/Mik-S-UMS> can I ask for your input if you don't mind
—
Reply to this email directly, view it on GitHub <#224>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AKACSQVF4LOZZOLEJPE2CV33XFANDAVCNFSM6AAAAACI5SKTMOVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZZGAYTCOJSHE>.
You are receiving this because you were mentioned.
|
|
I don't really have an opinion either way. If you do add an emergency stop it should be immediate and cut all movement and heaters, but this would work better an a physical button to cut power to the printer instead of something in the firmware. That way the has to be an intentional act and not something activated by accident. But then again the power switch does this too. For a stop option the delay would not be needed as long as it is not easy to activate it in the first place. For stop in place is this not just the same as pausing movement but keeping the heaters and motors powered so it can be resumed? |
|
On a note from what you said there….you restarted a failed print by finding the height, then finding that line in the GCode ! 😱. Seriously impressed. I thought about it being possible, but actually being able to find the line and being sure it is the right one !Back to confirmation dialogues, the idea of having them switchable, rather like the Windows delete / trash can dialogues that can be turned off is just a great way to goSent from my iPhoneOn 12 Oct 2025, at 17:00, Andrew ***@***.***> wrote:
as of now when a print is aborted it should raise up. I did have a field day trying to get that right (normal simple coding just didn't want to to work). there is an option in Advance Settings to disable steppers.
because in my experience printing, there was a time It was almost done after so many hours, the filament failed and kept printing, so when I hit stop print, it kept the Z axis.
had to bring the nozzle down the the tallest height to see where it stopped. all I had to do was keep the bed temps from going down, and reslice by ommiting the part which already printed, basically cut the beginning of the .gcode.
I suppose I could have taken the original Gcode. and done that. Anyway it worked out well only because the power to the motors was never cut. that option should be there now
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
|
i want to say that the Pull Request i made is ready. I have it as an option called "Emergency Stop/Pause", which you can change in the Tune menu. |
|
Excellent I’ll go look laterJust got to work Sent from my iPhoneOn 14 Oct 2025, at 22:28, Andrew ***@***.***> wrote:
i want to say that the Pull Request i made is ready. I have it as an option called "Emergency Stop/Pause", which you can change in the Tune menu.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
|
GreatIs it in the main firmware release on your GitHub / Firmware selector page?Sent from my iPhoneOn 14 Oct 2025, at 22:28, Andrew ***@***.***> wrote:
i want to say that the Pull Request i made is ready. I have it as an option called "Emergency Stop/Pause", which you can change in the Tune menu.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
|
Will try tonightSent from my iPhoneOn 21 Oct 2025, at 11:49, Andrew ***@***.***> wrote:
just posted the release. give it a few to compile. should be all ready in a few min
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
|
Tried it just nowI did not even let it fully heat but I did the stop, and yes, better for sure.But still once it is aborted and motors stopped…. Still has a pointless ‘confirm’ after it has stopped.Maybe after Stop is hit.. it does its thing, flashes screen red and goes back to main menu without needing to confirm it has stopped. Sent from my iPhoneOn 22 Oct 2025, at 00:59, Andrew ***@***.***> wrote:
unfortunately there was an error compiling. some didnt get made. if you found yours that is fine, but i will have to reupload.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
|
YesThanks I tried a test print and stopped after skirt / brim. Nice now thanksSent from my iPhoneOn 24 Oct 2025, at 02:34, Andrew ***@***.***> wrote:
Still has a pointless ‘confirm’ after it has stopped.
I haven't been able to figure that one out. this also shows when changing filament. thats the next thing to look into. but im glad its working well now
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
It's been brought to my attention by @npaisnel that the "Stop" print should immediately stop without confirming.
I agree this should be changed. I'd like to go through some ideas on how we can do this, if we should, or how we can do it and make it work great.
a couple ideas I have are:
@Mik-S-UMS can I ask for your input if you don't mind
All reactions