{# vim:set softtabstop=2: -#} {% set title = 'Wizard' -%} {#% set refresh = 15 %#} {% include "_header.html" %} {% set active="finish" %}

Local Settings Summary

{% set printer = wizard.daemon.prusa_link.printer %} {% set cfg = wizard.daemon.cfg %}

Credentials

  • Username: {{ wizard.username }}
{% if printer.network_info %}

Network

  • Hostname: {{ printer.network_info.hostname }}
  • {% if printer.network_info.wifi_ssid %}
  • WiFi SSID: {{ printer.network_info.wifi_ssid }}
  • {% endif %} {% if printer.network_info.wifi_ipv4 %}
  • WiFi IPv4: {{ printer.network_info.wifi_ipv4 }}
  • {% endif %} {% if printer.network_info.wifi_ipv6 %}
  • WiFi IPv6: {{ printer.network_info.wifi_ipv6 }}
  • {% endif %} {% if printer.network_info.wifi_mac %}
  • WiFi MAC: {{ printer.network_info.wifi_mac }}
  • {% endif %} {% if printer.network_info.lan_ipv4 %}
  • LAN IPv4: {{ printer.network_info.lan_ipv4 }}
  • {% endif %} {% if printer.network_info.lan_ipv6 %}
  • LAN IPv6: {{ printer.network_info.lan_ipv6 }}
  • {% endif %} {% if printer.network_info.lan_mac %}
  • LAN MAC: {{ printer.network_info.lan_mac }}
  • {% endif %}
{% endif %}

Printer

    {% if wizard.printer_name %}
  • Name: {{ wizard.printer_name }}
  • {% endif %} {% if wizard.printer_location %}
  • Location: {{ wizard.printer_location }}
  • {% endif %}
  • Type: {{ printer.type | printer_type }}
  • Port: {{ cfg.printer.port }}
  • Baudrate: {{ cfg.printer.baudrate }}
  • {% if wizard.serial_number %}
  • SN: {{ wizard.serial_number }}
  • {% else %}
  • SN could not be obtained from the FW!
  • {% endif %}
  • Firmware: {{ printer.firmware }}

Prusa Connect

{% if wizard.restored_connect %}
Your Prusa Connect settings was restored from configuration file
{% else %}
Prusa Connect is a web service that gives you a complete overview of all your 3D printers at all times.
PrusaLink with Prusa Connect right now, using the button below.
{% endif %}
{# /container #} {% include "_wizard.html" %} {% include "_footer.html" %}