{% extends "../base.html" %} {% block content %}

Advanced Plates

Search Jobs
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 job?
{% if plates %} {% for row in plates %}{% if row.PlateID != 0 %} {% endif %}{% endfor %} {% else %} {% endif %}
Plate Preview Details Action Printing
{{row.Path}}

{% if !row.profileError %} {{row.ProfileName}}
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.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 corrupted.

{% endif %} {% if row.PlateID != status.PlateID or status.Printing == false %} {% endif %} {% if row.Processed==true %} {% endif %} {% if row.Type=="stl" %} 3D {% endif %}
{% if (row.Processed==true && row.Type=="stl" && ( row.PlateID != status.PlateID or status.Printing == false)) or !autoSlice %} Regenerate {% endif %} {% if row.Processed==false %}
The job is not sliced yet.
Slicing... (You can start printing)
{% endif %}
No Plates


{% if freeSpace > 0 %} Free Disk Space {{freeSpace}}MB

{% endif %} {% endblock %}