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

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

{% if print.is_canceled %} Heads up! Your print job has been canceled. {% else %} Your print job is done. {% endif %}

{% if img_url %}
Print Snapshot
{% endif %} {% if print.alerted_at or print.printer.watching_enabled and print.user.dh_balance > 0 %}
{% if print.alerted_at %}
The Detective found possible spaghetti for this print.
{% else %}
The Detective found nothing fishy for this print.
{% endif %}
{% if focused_feedback_eligible %} {% if print.alerted_at and print.alert_overwrite == 'NOT_FAILED' %} 👉 You told her it was a false alarm. Help her improve by giving her the Focused Feedback in the next 30 days and earn 2 AI Detection Hours for yourself. {% else %} 👉 Help her improve by giving her the Focused Feedback in the next 30 days and earn 2 AI Detection Hours for yourself. {% endif %}
Learn more about the Focused Feedback.
{% else %} {% if print.alerted_at and print.alert_overwrite == 'NOT_FAILED' %} 👉 You told her it was a false alarm. Thank you for helping her improve! You can change your response. {% else %} 👉 Help her get better by telling her if she got it right. {% endif %} {% endif %}
{% endif %}
File name: {{ print.filename }}
Printer: {{ print.printer.name }}
Print time: {{ print_time }} {% if dh_consumed and not unlimited_dh %} ({{ dh_consumed }} watched by The Detective){% endif %}
{% if not unlimited_dh %}
DH balance (?): {{ print.user.dh_balance|floatformat:1 }} hour(s)
{% endif %}
{% if dh_consumed and print.printer.user.dh_balance < 10 and print.printer.user.dh_balance >= 0 %}
👉 You are running low on AI Detection Hours. Get more if you want Obi to continue guarding your prints.
{% endif %} {% if dh_consumed and print.printer.user.dh_balance < 0 %}

You print a lot, which is awesome!👍👍👍

That also means you have kept The Detective pretty busy and now your AI Detection Hours (what is it?) have run out. AI failure detection is paused for your printers. You won't get alerted even if your prints start to fail.

Everything else remains the same. You can still start, pause, or cancel your prints. Your webcam feed will stream as usual too.

There are several ways to get more AI Detection Hours:

{% endif %}
No longer want to receive print notifications by email? Unsubscribe or change notification preferences.
{% endblock %}