{% extends "layout.html" %} {% block content %}
{{ macros.backBtn( url_for('printers.add_printer_view')) }}

Bambu Lab Cloud Accounts

Any account added here will be used to find printers that are available to be connected to. Deleting an account will not remove any printers that were added using that account. But the printer will eventually disconnect, and after being removed it will no longer show up.

Printers added with a Bambu Lab account do not support webcam streaming yet.

Add new account
{% for account in accounts %}
{{ account.username }} - {{ account.region.value }} ({{ account.uid }})
{% endfor %} {% endblock %}