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 %}
{% if not conditions.ID %}
Unfortunately your printer is not supported or running old firmware. To download the latest firmware, visit
help.prusa3d.com.
Only Original Prusa MK3, MK3S and MK3S+ printers are supported. If you think this is a bug, consider
starting a new thread on
forum.prusaprinters.org
or contacting support at info@prusa3d.com
{% elif not conditions.FW %}
Firmware is not up-to-date, please update it!
You can download the latest stable firmware at
Drivers, Firmware and Manuals download page.
Follow the instructions in this
guide.
After upgrading, run this wizard again.
{% elif not conditions.SN %}
Great! You can continue to set Serial Number
{% else %}
Great! You can continue to set up your credentials, or you can restore printer settings from your prusa_printer_settings.ini file
{% endif %}
{% endif %}