{% extends "../base.html" %} {% block content %}
{% if msg %} {% endif %}

{{ setting_cat("Basic Details","Resin name, price, description",gear_icon,"i_basic") }} {{ setting_cat("Slicer Options","Prepare models for print, erode, dimming, 3D AA, AA, resolution, dimming, hollowing, mask", glob_icon, "i_slicing") }} {{ setting_cat("Before Layer","Move to layer, movement speed, slow section, sending code",axis_icon,"i_movetolayer") }} {{ setting_cat("Burn-in Layer","Burn-in layers count, cure time, lift, erode",burnin_icon,"i_burnin") }} {{ setting_cat("Normal Layer","Normal layers count, cure time, lift, erode",normal_icon,"i_normal") }} {{ setting_cat("After Layer","Lift after print, wait after lift, sending code",axis_icon,"i_moveafterprint") }} {{ setting_cat("Override Machine Settings","Resolution, codes, mask",pen_icon,"i_override") }}
{% if profile.FillColor %} {% else %} {% endif %}
{% if profile.BlankColor %} {% else %} {% endif %}


{{ customInputs(inputs,profile.CustomValues,1)}}  


{% endblock %}