{% import 'macros.jinja' as macros %}

Scanning network for Bambu printers

To add a printer, make sure it is connected to the same network as your computer.

{% include "hardware_warning.html" %}
{% for printer in printers %}
{{ printer.device_type.value }}

{{ printer.device_name }}

{% if printer.device_ip %}
IP: {{ printer.device_ip }}
{% endif %}
Serial number: {{ printer.serial }}
{% if printer.cloud_uid %} Add from cloud {% elif printer.is_lan_only %} Add from local network (LAN-only mode) {% else %} {% endif %}
{% endfor %}