{% set repair_icon = '' %} {% macro icon(ic) %} {{ic|safe}} {% endmacro %} {% macro printHistory(PrintResult) %} {% if PrintResult.Path %}

{{PrintResult.Path}}

{{PrintResult.ProfileName}} ({{PrintResult.TotalSolidArea}}ml)
{{PrintResult.Price}}
{{PrintResult.LayersCount}}
{{PrintResult.LayerThickness}}
{{PrintResult.PrintTime}}
{{PrintResult.supportCureTime}}s / {% if !PrintResult.cureTimes %}{{PrintResult.cureTime}}{% else %}{{PrintResult.cureTimes}}{% endif %}s
{{PrintResult.Date}}
{% if PrintResult.Status == 0 %} {% endif %}
{% endif %} {% endmacro %} {{ printHistory(PrintResult) }} Are you sure you want to delete all the jobs? Are you sure you want to delete this job? Are you sure you want to RE-SLICE the layers of this plate? Are you sure you want to stop printing? Are you sure you want to force stop printing? Warning, Force Stop will reset the printer. Printing progress will be lost. Are you sure you want to print job 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 %}
ID Job Details Date Action
{{row.PlateID}} {{row.Path}}

{% if !row.profileError %}   {{row.ProfileName}}
  {{row.XSize}}x{{row.YSize}}x{{row.ZSize}}mm / {{row.XRes}}x{{row.YRes}}x{{row.ZRes}}μm
{% if row.ReSliceNeeded %}
  Re-slicing required. {% if (row.Type) %} {% endif %}
{% endif %} {% else %}
  Profile not found.
{% endif %} {% if row.IsFaulty %} {% endif %} {% if row.Risky %} {% endif %}
{% if row.Corrupted==true %}
  This job is corrupt.   Re-slice
{% endif %}
  The job is not sliced yet.
Slicing...
  Resin Usage
{{row.TotalSolidArea}}ml
  Resin Cost
{{row.Price}}
{% if row.StopLayers %}
  Stop Layers
{{row.StopLayers}}
{% endif %}
  Last Print
{% if row.LastPrint>0 %} {% if row.LastPrint/60/60/24>0 %} {{ row.LastPrint/60/60/24}} days ago {% else %} {{ row.LastPrint/60/60}} hours ago {% endif %} {% else %} - {% endif %}
  Print Time
{{row.PrintTime}}
  Cure Time
{{row.supportCureTime}}s / {% if !row.cureTimes %}{{row.cureTime}}{% else %}{{row.cureTimes}}{% endif %}s
{% if status.Printing == false %}
Layer ID {% if !row.profileError %} {% endif %}
{% if !row.profileError %} Start {% endif %} {% else %} {% if row.PlateID == status.PlateID %}
{% if status.Halted %} Force Stop {% else %} Stop the job {% endif %} Layer {{ status.ResumeID }} of {{row.LayersCount}}
{% endif %} {% endif %} Preview {% if row.Type=="stl" && !row.Repaired %} {{ icon(repair_icon) }}Repair {% endif %}
{% if status.Printing == false %} {% if printAfterSlice == row.PlateID %} Cancel Scheduled Print {% else %} Print After Sliced {% endif %} {% endif %}
No Jobs