{% extends "../base.html" %} {% block content %} {% macro gpio_select(name,default) %} {% endmacro %} {% macro speed_select(name,label,default) %} {% endmacro %}

{% if printing %} {% endif %}
{{ setting_cat("Interface and Appearance","Printer name, HMI, theme, language, sound",font_icon,"i_appearance") }} {{ setting_cat("Display","Display resolution, connection, lamp",computer_icon,"i_display") }} {{ setting_cat("Movement","Positioning, speed, g-codes",axis_icon,"i_axis") }} {{ setting_cat("Dynamic G-Code","Boot-up, start, resume, stop print, before, after layer",code_icon,"i_code") }}
{{ setting_cat("Slicing and Print Quality","Resolution, remote slicer, light output, barrel correction",layers_icon,"i_slicing") }} {{ setting_cat("Hardware","Printer type, controller, GPIO, shutter",cpu_icon,"i_hardware") }} {{ setting_cat("Network","Network port, remote slicer, WiFi",wifi_icon,"i_network") }} {{ setting_cat("Camera","Camera settings, storage",cam_icon,"i_camera") }}
{{ gpio_select("ZAxisPin",ZAxisPin) }}
{{ gpio_select("DirectionPin",DirectionPin) }}
{{ gpio_select("LimitPin",LimitPin) }}
{{ gpio_select("LimitPinB",LimitPinB) }}
{{ gpio_select("EnablePin",EnablePin) }}
{% for path in devices %}
{{ speed_select("ShieldSpeed","Baud Rate",ShieldSpeed) }}
{{ gpio_select("WaitPin",WaitPin) }}
{{ gpio_select("ShutterPin",ShutterPin) }}
{{ speed_select("ProjectorSpeed","Baud Rate",ProjectorSpeed) }}
{% for path in framebuffers %}
{% for path in devices %}
{{ gpio_select("ShutdownPin",ShutdownPin) }}
{{ gpio_select("FaultPin",FaultPin) }}

{{ customInputs(inputs,CustomValues,0)}}   Cancel


{% endblock %}