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

Plates 3D Editor {% if os == "linux" %} USB {% endif %}

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 %} {{row.ProfileName}}
X: {{row.XRes}}μm Y: {{row.YRes}}μm Z: {{row.ZRes}}μm
Cure Time: {% if !row.cureTimes %}{{row.cureTime}}{% else %}{{row.cureTimes}}{% endif %}s
{% if row.ProfileUpdate>row.Updated %}
Plate generated using old profile data.
{% endif %} {% else %}
Profile not found.
{% endif %} {% if row.IsFaulty %} {% endif %} {% if row.Risky %} {% 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.Type=="stl" && row.Size < 300 %} 3D {% endif %}
{% if (row.Processed==true && row.Type && (( row.PlateID != status.PlateID or status.Printing == false))) or (row.Type && !autoSlice) %} Regenerate {% endif %} Blackout
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
Plate Generator Create 3D shapes by repeating an image frame Upload Image
Paint
Calibration Plate{{helpModal("calibration-plate")}} Rect: {{generator.BlockWidth}}*{{generator.BlockHeight}}*{{generator.Depth}}
Pillars: {{generator.PillarSize}}*{{generator.Depth}}
- Generate
{% if 0 != status.PlateID or status.Printing == false %} {% else %}
{% endif %}
{% if freeSpace > 0 %} Free Disk Space {{freeSpace}}MB

{% endif %} {% endblock %}