{% extends 'email/layout.html' %} {% block email_content %}

Hi {{ printer.user.first_name|default:"" }},

The Obico app spotted some suspicious activities on your printer {{ printer.name }}.

{% if print_paused %}

The print is paused. Don't want your print to be paused next time? Change the settings.

{% elif printer.action_on_failure == Printer.PAUSE and is_warning %}

Printer is NOT paused because The Detective is not very sure about it.

{% endif %} {% if img_url %}
Print Snapshot
{% endif %}
Yes it failed. Cancel the print!
{% if print_paused %}
It is a false alarm. Resume the print!
Resume the print, and don't alert me again for this print.
{% endif %}
Go to the Obico app to take a closer look.


Why did I receive this email?

  • The Obico app detected in your webcam image some features that are characteristic in failed prints (such as the shapes of spaghetti).
  • Your print may have failed. It could also have been a false alarm since our algorithm is not yet perfect.

What can I do now?

  • If it's clear from the image included above that your print is really failing, you can click the "Yes it failed. Cancel the print!" button above. You may be asked to sign into the Obico web app.
  • {% if print_paused %}
  • If it's clear from the image that your print is actually ok, that is, this email was a false alarm, you can click the "it is a false alarm. Resume the print!" button. If you are sure that current print won't fail, you can suppress alerts for the resest of current print by clicking "Resume the print, and don't alert me for the rest of this print."
  • {% endif %}
  • If the picture attached to this email can't clearly tell you if your print actually failed, you can click "Go to the Obico app to take a closer look" to go to the real time webcam view. From there you can see the webcam in real time, and decide if you want to cancel the print.
  • {% if print_paused %}
  • If you can directly access your OctoPrint right now, you can also resume the print from there. Just remember that the Obico app has turned off the heaters for your safety. Remember to turn them back on before resuming it in OctoPrint.
  • {% endif %}
 
{% endblock %}