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







Movement GPIOs

{{ gpio_select("ZAxisPin",ZAxisPin) }}
{{ gpio_select("DirectionPin",DirectionPin) }}
{{ gpio_select("LimitPin",LimitPin) }}
{{ gpio_select("LimitPinB",LimitPinB) }}
{{ gpio_select("EnablePin",EnablePin) }}



3D Printer Board

Not required, if you are using GPIOs to drive the 3d printer.

{% for path in devices %}
{{ speed_select("ShieldSpeed","Baud Rate",ShieldSpeed) }}

{{ gpio_select("WaitPin",WaitPin) }}


Codes







Shutter


{{ gpio_select("ShutterPin",ShutterPin) }}

Display




{{ speed_select("ProjectorSpeed","Baud Rate",ProjectorSpeed) }}


{% for path in framebuffers %}

Platform / Resin

Motor


Camera Module

AMLCD

{% for path in i2cbuses %}

Physical Buttons

{{ gpio_select("ShutdownPin",ShutdownPin) }}

Hardware Fault Detection

{{ gpio_select("FaultPin",FaultPin) }}

Various Settings


{% for path in devices %}

{% if inputs %}

Other Settings

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

{% endif %}



{% endblock %}