{% import 'macros.jinja' as macros %}
{% set device_count = printers|length + pending_printers|length %} {% set recommend_count = request.putil.get_recommend_max_client_count() %} {% set is_using_too_many_res = request.putil.is_using_too_many_resources() %} {% set has_too_many_printers = device_count > recommend_count %} {% if "dismiss-bambu-warning" not in request.cookies and (is_using_too_many_res or has_too_many_printers) %} {% if is_using_too_many_res %}Once you have added a printer via this interface, it must be linked to your SimplyPrint account. Go to {{ macros.externalLink("the SimplyPrint web panel", "https://simplyprint.io/panel") }} to link your printer {% if pending_printers|length > 1 %}s{% endif %}.