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

Plates Add Add Support With 3D Editor {% if os == "linux" %} Add From 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 the calibration plate? {% if plates %} {% for row in plates %}{% if row.PlateID != 0 %} {% endif %}{% endfor %} {% else %} {% endif %}
ID Name Profile Details Action Printing
{{row.PlateID}} {{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 %}
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 %} Edit {% if row.PlateID != status.PlateID or status.Printing == false %} Delete {% endif %} {% if row.Processed==true %} Download {% endif %} {% if row.Type=="stl" %} 3D {% endif %}
{% if row.Processed==true %} Recreate {% endif %} {% if row.BlackoutData!="" %} Modify Blackout {% else %} Add Blackout {% endif %} Layers {% if row.Processed==false %}
The plate is not processed yet.
Processing. You can start printing.

{% endif %}
{% if row.PlateID != status.PlateID or status.Printing == false %}
Layer ID of {{row.LayersCount}} Layers
Print From Start {% else %}
Stop Layer {{ status.ResumeID }} of {{row.LayersCount}}
{% 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
Preview Layers
{% if 0 != status.PlateID or status.Printing == false %} {% if GeneratorRunning == false %} Print Calibration Plate {% else %}
Calibration plate being generated...
{% endif %} {% else %} {% endif %}
{% if freeSpace > 0 %} Free Disk Space {{freeSpace}}MB

{% endif %} {% endblock %}