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

{% if editing %} Edit printer {% else %} Add printer {% endif %}

{% if access_code_only %} To finish the setup, we need the access code of your printer. {% else %} To link your Bambu Lab printer to SimplyPrint, we need to be able to communicate with it. To do so, we need a bit of information about your printer. All information required can be found on the screen of your printer. {% endif %}
If you're having trouble finding the information, please refer to the {{ macros.externalLink('help article', 'https://help.simplyprint.io/en/article/xqlhtd') }}.

To find the IP address and access code of your printer, follow these steps:

1. First go into network settings:

Step 1

2. Here you can find the IP address and access code of your printer:

Step 2
{% if not access_code_only %}

To find the serial number of your printer, follow these steps:

1. First go into settings:

Step 1

2. Here you can find the serial number of your printer:

Step 2
{% endif %}

To find the IP address and access code of your printer, follow these steps:

1. First go into settings:

Step 1

2. Then go into the network settings submenu:

Step 2

3. Here you can find the IP address and access code of your printer:

Step 3
{% if not access_code_only %}

To find the serial number of your printer, follow these steps:

1. First go into settings:

Step 1

2. Then press down until you reach the serial number at the bottom of the settings:

Step 2
{% endif %}

To find the IP address and access code of your printer, follow these steps:

1. Navigate to the settings page from the home screen:

Step 1

2. Navigate to page 3 and press "LAN Only Mode":

Step 2

3. You should now see both your printer's IP as well as the access code:

Step 3
{% if not access_code_only %}

To find the serial number of your printer, follow these steps:

1. First go into settings:

Step 1

2. Navigate to page 2 and press "Device":

Step 2

3. You should now see your printer's serial number:

Step 3
{% endif %}
{% if editing %} {% else %} {% endif %}
{% endblock %}