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

Jobs Add a new job {{ icon(threed_icon) }} Add a new job using 3D editor

Search Jobs
{% if freeSpace < 1000 && freeSpace>0 %}
Free space available on your disk is low. Please, remove unused jobs or expand the partition.
{% endif %}
{% include "list.html" %} Job Generator Create 3D shapes by repeating an image frame {{ icon(images_icon) }}Use a single layer to generate a job {{ icon(paint_icon) }}Create a job using paint {{ icon(cpu_icon) }}Create a PCB job Calibration Job{{helpPage("https://docs.nano3dtech.com/manual/calibration-job/")}} Rect: {{generator.BlockWidth}}*{{generator.BlockHeight}}*{{generator.Depth}}
Pillars: {{generator.PillarSize}}*{{generator.Depth}} {% if 0 != status.PlateID or status.Printing == false %} Start the print {% else %}
{% endif %} Regenerate calibration job Preview
Delete All Jobs

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


{% endif %} {% endblock %}