{% macro printHistory(PrintResult) %} {% if PrintResult.Path %}

{{PrintResult.Path}}

{{PrintResult.ProfileName}} ({{PrintResult.TotalSolidArea}}ml)
{{PrintResult.Price}}
{{PrintResult.PrintTime}}
{{PrintResult.supportCureTime}}s / {% if !PrintResult.cureTimes %}{{PrintResult.cureTime}}{% else %}{{PrintResult.cureTimes}}{% endif %}s
{{PrintResult.Date}}
{% if PrintResult.Status == 0 %} {% endif %}
{% endif %} {% endmacro %} {% macro selectProfile(profiles,defaultID) %} {% endmacro %} {% macro customInputs(inputs,values,place) %} {% if inputs %}

Other Settings

{% for input in inputs %} {% if input.Place == place %}
{% if input.Type==2 %} {% else %} {% endif %}
{% endif %} {% endfor %}

{% endif %} {% endmacro %} {% macro buttonsView(buttons,page) %} {% if buttons %} {% for button in buttons %} {% if button.Position==page %} {{button.HTML|safe}} {% if button.HTML=="" %} {{button.Name}} {% endif %}   {% endif %} {% endfor %} {% endif %} {% endmacro %} {% macro helpModal(helpFiles,title) %} {% if helpFiles %}{% endif %} {% endmacro %} {% macro formulaModal(title) %}{% endmacro %} {% macro caution() %}🔥{% endmacro %} {% macro regenerateRequired() %}{% endmacro %} {% macro helpPage(url) %}{% endmacro %} {% macro calcModal(type,title) %}{% endmacro %} {% set gear_icon = '' %} {% set computer_icon = '' %} {% set heart_icon = ' ' %} {% set filldisplay_icon = '' %} {% set axis_icon = '' %} {% set diagram_icon = ' ' %} {% set code_icon = '' %} {% set cpu_icon = '' %} {% set keyboard_icon = '' %} {% set layers_icon = '' %} {% set wifi_icon = '' %} {% set cam_icon = ' ' %} {% set glob_icon = '' %} {% set cloud_icon = ' ' %} {% set font_icon = '' %} {% set shutter_icon = '' %} {% set stopwatch_icon = '' %} {% set normal_icon = '' %} {% set burnin_icon = '' %} {% set stopwatchfill_icon = '' %} {% set tag_icon = '' %} {% set pen_icon = '' %} {% set hr_icon = '' %} {% set vr_icon = '' %} {% macro icon(ic) %} {{ic|safe}} {% endmacro %} {% macro setting_cat(name,text,ic,class) %}
{{ icon(ic) }}

{{name|safe}}

{{text|safe}}
{% endmacro %} {% block macro %} {% endblock %} {% if title %}{{ title }}{% endif %} {% block head %} {% endblock %}
{% block content %} {% endblock %}
{% block js %} {% endblock %} {% block tail %} {% endblock %}