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

Resin Settings Add Profile

{% if profiles %} {% for profile in profiles %} {% endfor %} {% else %} {% endif %}
ID Title Layer Thickness Micron Cure Time Second Default Actions
{{profile.ProfileID}} {{profile.Title}} {{profile.Depth}} {{profile.CureTime}} {% if defaultProfile==profile.ProfileID %} Current Default {% else %} Make Default {% endif %} Edit Delete Clone Export
No Profile

Import a Profile {% endblock %}