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

{% if printing %} {% endif %}
{{ setting_cat("Basic Settings","Printer name, type, language",gear_icon,"i_basic") }} {{ setting_cat("Display Engine","Display resolution, connection, lamps",computer_icon,"i_display") }} {{ setting_cat("Axis / Movement","Axis details, speed, gcodes",axis_icon,"i_axis") }} {{ setting_cat("RAMPS / Controller","Controller settings",diagram_icon,"i_ramps") }} {{ setting_cat("Code / Gcode","Bootup, start, resume, stop print, before, after layer",code_icon,"i_code") }} {{ setting_cat("Hardware","Printer type, GPIO",cpu_icon,"i_hardware") }} {{ setting_cat("HMI","Nextion, AMLCD",keyboard_icon,"i_hmi") }}
{{ setting_cat("Print Quality","Lamps, light output, barrel correction",glob_icon,"i_quality") }} {{ setting_cat("Slicing","Resolution, 3D preview, remote slicer",layers_icon,"i_slicing") }} {{ setting_cat("Network","NanoDLP network port, remote slicer",wifi_icon,"i_network") }} {{ setting_cat("Camera","Camera settings, storage",cam_icon,"i_camera") }} {{ setting_cat("Appearance","Theme, language, sound",font_icon,"i_appearance") }} {{ setting_cat("Shutter","Shutter types, gcodes, GPIO",shutter_icon,"i_shutter") }}
{{ 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) }}

  Cancel
{% if inputs %}

Other Settings

{% for input in inputs %}
{% endfor %}

{% endif %}

{% endblock %}