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

Welcome to PrusaLink configuration Wizard

{% if wizard.daemon.prusa_link and not wizard.daemon.prusa_link.model.serial_adapter.using_port %}

Unfortunately, we can’t detect your printer on any serial port, or the printer is booting.

Please make sure the RPi port is set to ON and your printer is idle, showing the status screen. You can also try going over your connections one more time.

PrusaLink takes some time to properly initialize. Try waiting a few seconds and refresh the page. If the problem still persists, power cycle your printer / PrusaLink and try again.

If everything fails, let us know on the forum or contact support at info@prusa3d.com

Show more info...
{% if wizard.daemon.prusa_link.model.serial_adapter.ports %}

Below, you can find a list of detected ports and their status.

{% else %}

Unfortunately we can't detect any active serial port.

{% endif %}
Refresh {% elif not wizard.daemon.prusa_link or not wizard.daemon.prusa_link.printer %}

We have encountered problems talking to your printer

Please make sure the RPi port is set to ON and your printer is idle, showing the status screen. You can also try going over your connections one more time.

PrusaLink takes some time to properly initialize. Try waiting a few seconds and refresh the page. If the problem still persists, power cycle your printer / PrusaLink and try again.

If everything fails, let us know on the forum or contact support at info@prusa3d.com

{# TODO: some prusa-link log to see what's happen. #} Refresh {# TODO: do some javascript call to check the printer, and then refresh is automaticaly #} {% else %} {% set printer = wizard.daemon.prusa_link.printer %}

{% if not printer.type_string %} {{ "Printer not recognized." }} {% else %} Original Prusa i3 {{ printer.type_string }} {% endif %}

{% endif %}
{# /col-md-12 so end of content #}
{# /row #}
{# /container #} {% include "_wizard.html" %} {% include "_footer.html" %}