Octoprint: Confusing dialogue when cancelling print

Created on 4 Mar 2020  Â·  7Comments  Â·  Source: OctoPrint/OctoPrint

What were you doing?

When cancelling an active print (pushing the Cancel button), the following dialogue appears:

This will cancel your print.
Are you sure you want to proceed? (Options: yes / no)

Pushing "yes" does cancel the print, while "no" resumes it. This is not exactly intuitive.

It would be better to simplify the dialogue to

Do you want to cancel your print
Options: No, resume // Yes, cancel

Thanks for considering :)

What did you expect to happen?

What happened instead?

Did the same happen when running OctoPrint in safe mode?

Version of OctoPrint

1.4.0

Operating System running OctoPrint

OctoPi

Printer model & used firmware incl. version

Prusa Mk3s

Browser and version of browser, operating system running browser

Link to octoprint.log

Link to contents of terminal tab or serial.log

Link to contents of Javascript console in the browser

Screenshot(s)/video(s) showing the problem:

I have read the FAQ.

done request

Most helpful comment

How about:

image

All 7 comments

Hi @FilmMartin,

It looks like there is some information missing from your bug report that will be needed in order to solve the problem. Read the Contribution Guidelines which will provide you with a template to fill out here so that your bug report is ready to be investigated (I promise I'll go away then too!).

If you did not intend to report a bug but wanted to request a feature or brain storm about some kind of development, please take special note of the title format to use as described in the Contribution Guidelines.

Please do not abuse the bug tracker as a support forum - that can be found at discourse.octoprint.org. Go there for any kind of issues with network connectivity, webcam functionality, printer detection or any other kind of such support requests or general questions.

Also make sure you are at the right place - this is the bug tracker of the official version of OctoPrint, not the Raspberry Pi image OctoPi nor any unbundled third party OctoPrint plugins or unofficial versions. Make sure too that you have read through the Frequently Asked Questions and searched the existing tickets for your problem - try multiple search terms please.

I'm marking this one now as needing some more information. Please understand that if you do not provide that information within the next two weeks (until 2020-03-18 20:10 UTC) I'll close this ticket so it doesn't clutter the bug tracker. This is nothing personal, so please just be considerate and help the maintainers solve this problem quickly by following the guidelines linked above. Remember, the less time the devs have to spend running after information on tickets, the more time they have to actually solve problems and add awesome new features. Thank you!

Best regards,
~ Your friendly GitIssueBot

PS: I'm just an automated script, not a human being, so don't expect any replies from me :) Your ticket is read by humans too, I'm just not one of them.

P.S. This concerns the file "messages.io" and these lines, I don´t know enough about Github to suggest the changes directly. sorry.

: src/octoprint/plugins/softwareupdate/static/js/softwareupdate.js:528

: src/octoprint/static/js/app/helpers.js:736

msgid "Are you sure you want to proceed?"
msgstr "Bist Du sicher, dass du fortfahren willst?"

"are you sure you want to proceed"
"yes I want to proceed"

seems to work for me. "yes, cancel" seems like an improvement, but does that mean "I wish to cancel canceling" or "I wish to cancel the print"? "resume" isn't as problematic.

The first time I saw that dialogue, I was not sure how to interpret it; "Do you want to proceed" could either mean "Do you want to proceed with the print (i.e. not cancel)" or "Do you want to proceed with canceling (i.e. cancel)."

Not a biggie for me anymore, as I have learned it now, but for new users it might be a hiccup.

How about:

image

Implemented by the above commit, to be released with 1.4.1

Was this page helpful?
0 / 5 - 0 ratings