{% extends "../base.html" %} {% block content %}
Search Plates
{% if freeSpace < 1000 && freeSpace>0 %}
Free space available on your disk is low. Please remove some plates.
{% endif %}
Are you sure you want to delete this plate? Are you sure you want to regenerate the layers of this plate? Are you sure you want to stop printing? Are you sure you want to print plate from the start? Are you sure you want to print the calibration plate? {% if plates %} {% for row in plates %}{% if row.PlateID != 0 %} {% endif %}{% endfor %} {% else %} {% endif %}
Plate Preview Details Action Printing
{{row.Path}}

{% if !row.profileError %} X: {{row.XRes}}μm Y: {{row.YRes}}μm Z: {{row.ZRes}}μm
Cure Time: {{row.cureTime}}s
{% if row.ProfileUpdate>row.Updated %}
Plate generated using old profile data.
{% endif %} {% else %}
Profile not found.
{% endif %} {% if row.Risky %} {% endif %}
{% if row.Preview %}{% endif %}
Print Time
{{row.PrintTime}}
Resin Usage
{{row.TotalSolidArea}}ml
Resin Cost
{{row.Price}}
{% if row.StopLayers %}
Stop Layers
{{row.StopLayers}}
{% endif %}
{% if row.Corrupted==true %}
This plate is corrupt.

{% endif %}
The plate is not sliced yet.

{% if row.PlateID != status.PlateID or status.Printing == false %} {% endif %}
{% if (row.Processed==true && row.Type!="" && (( row.PlateID != status.PlateID or status.Printing == false))) or (row.Type!="" && !autoSlice) %} {% endif %}
Slicing...
{% if status.Printing == false %}
Layer ID of {{row.LayersCount}} Layers

Start Print {% else %} {% if row.PlateID == status.PlateID %}


Layer {{ status.ResumeID }} of {{row.LayersCount}}
{% endif %} {% endif %}
No Plates
{% if freeSpace > 0 %} Free Disk Space {{freeSpace}}MB

{% endif %} {% endblock %}