-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
Software reset via panel button press #13091
Conversation
Pressing the kill button a second time (once in killed state) will call the Arduino reset vector and restart Marlin. Signed-off-by: Bruce Beare <[email protected]>
It's a good concept, but… This technique to reset the board doesn't work reliably. We had a long thread about it. If I can find the issue number, I will post a link. |
Thanks, please do. Glad to rework. |
See #8994 for a discussion of the reset problems. |
Putting my printer back together after a bit of upgrade. I'll try this out today or tomorrow. |
I would love to see this work. I can test on the re-arm |
c24d616
to
ab781de
Compare
I, great job, many Thanks ! BestEDIT : I test on my re-arm. It's OK. First click Kill Marlin. Second click reset it ! Thanks. |
I'll test on the re-arm and let you know how it went.
…On Sun, 10 Mar 2019, 17:15 J-charles-C, ***@***.***> wrote:
I,
great job, many Thanks !
Best
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#13091 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABYyptoKSBtM9_u0KYov2yR9Y7oiZunyks5vVSGOgaJpZM4amZ8h>
.
|
Pressing the kill button a second time (once in killed state)
will call the Arduino reset vector and restart Marlin.
Signed-off-by: Bruce Beare [email protected]
Requirements
Description
Benefits
No longer have to power cycle after hitting the front panel switch (if HAS_KILL). Instead, you can press it a second time and the board restarts Marlin.
Related Issues