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

Plates 3D Editor

Search Plates
{% if freeSpace < 1000 && freeSpace>0 %}
Free space available on your disk is low. Please remove some plates or expand the partition.
{% endif %}
{% include "list.html" %} Plate Generator Create 3D shapes by repeating an image frame Upload Image Paint
PCB Print Calibration Plate{{helpModal("calibration-plate")}} Rect: {{generator.BlockWidth}}*{{generator.BlockHeight}}*{{generator.Depth}}
Pillars: {{generator.PillarSize}}*{{generator.Depth}} {% if 0 != status.PlateID or status.Printing == false %} {% else %}
{% endif %} Generate
Delete All Plates

Plate Size: {{width|floatformat}}x{{height|floatformat}}mm
{% if freeSpace > 0 %} Free Disk Space: {{freeSpace}}MB


{% endif %} {% endblock %}