{% extends "base.html" %} {% block content %}
Total Layers Printed
{{tstat.TotalLayers}}

Total Plates Printed
{{tstat.TotalPlatePrints}}

Total Cure Time
{{tstat.TotalCureTime}}

Total Print Time
{{tstat.TotalPrintTime}}

{% if os=="linux" %}
CPU {{stat.Proc}} Proc {{stat.ProcNumb}} Temp {{stat.Temp}}
Disk {{stat.Disk}} Memory {{stat.Mem}} Uptime {{stat.Up}}
Resin


{% endif %}
{% for mat in consumables %}
{{mat.Title}} Reset
Are you sure you have changed the consumable?
{% endfor %}
{% if power %}Power issue detected. It is serious issue that may cause random problems during printing.
{% endif%} {% if disk %}Storage corruption detected. Storage should get repaired.
{% endif%} {% if heat %}Heating start causing performance degrade and slow down.
{% endif%} {% if swap %}Memory swap detected it will slow down operations.
{% endif%} {% if space %}Not enough free disk space. Try removing some plates or expand disk space.
{% endif%} {% if storage %}Storage does not work as expected.
{% endif%}
Level Layer Time Module Details

{% endblock %}