Read and View Mainboard ID
Important Notes
- This tutorial is only applicable to the Mainboard ID reading and viewing methods.
If you are using a Toolboard, please refer to the corresponding product's ID search tutorial. - If you are using a Toolboard, you can directly click the button below to jump:
Connect Toolboard - If you have flashed the USB firmware, please refer to the USB-ID Retrieval section.
- If you have flashed the USB Bridge firmware, please refer to the CAN-ID Retrieval section.
- USB ID Retrieval
- CANBus UUID Retrieval
Searching for USB ID
- Open your browser, enter the IP address of the host computer in the address bar. For example, if the host IP is
192.168.101.179, type it in and press Enter.
Loading...
- After accessing the host's WEB interface, find the following in the configuration options on the left sidebar:
Loading... |
Loading... |
- Click on
printer.cfgto enter, then click onDEVICESin the top right corner.
Loading... | Loading... |
- Click on
SERIAL, then refresh.
Loading... |
Loading... |
- Copy the ID. Click on the indicated arrow to copy.
Loading... |
Loading... |
Filling in the USB ID
Danger
The ID shown below is an example and CANNOT be used !!!!
serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
- Close the
DEVICESwindow and fill in the ID.
Important
- In the configuration file, change:
[mcu]
serial: /tmp/klipper_host_mcu
- to:
[mcu host]
serial: /tmp/klipper_host_mcu
- And add:
[mcu]
serial: <Replace this with the ID you just queried>
Loading... |
Loading... |
- Fill the ID into the configuration.
Tip
- After filling in the ID, click
SAVE & RESTARTin the top right corner.
Loading... | Loading... |
- If Klipper prompts
ADC out of range, this is normal. Connect the heated bed and thermistor to the mainboard, configure the thermistor pins for the hotend and heated bed, then save and restart.
Danger
Note: All IDs appearing in this document are examples. The actual ID for each mainboard is different. Please fill in the ID you actually obtained.
Search for CAN ID
- Open a browser, enter the IP address of the host computer in the address bar. For example, if the host IP is
192.168.101.179, simply type it in and press Enter.
Loading...
- Open the WEB interface of the host computer. In the configuration options on the left sidebar, find:
Loading... |
Loading... |
-
Click
printer.cfgto enter, then clickDEVICESin the upper right corner.Loading...Loading... -
Click
CAN, then refresh.- Refresh in fluidd
Loading...- Refresh in mainsail
Loading... -
Copy the ID. Click the indicated arrow to copy.
- In fluidd, ensure the first arrow points to
Klipper. If yes, click the arrow on the right to copy.
Loading...- In mainsail, ensure the first arrow points to
Klipper. If yes, click the arrow on the right to copy.
Loading... - In fluidd, ensure the first arrow points to
Fill in the CAN ID
- Close
DEVICESand fill in the ID.
Note
- In the configuration file, change:
[mcu]
serial: /tmp/klipper_host_mcu
to:
[mcu host]
serial: /tmp/klipper_host_mcu
- Add:
[mcu]
canbus_uuid: <Replace here with the ID you just queried>
Loading... |
Loading... |
- Fill the ID into the configuration.
Tip
- After filling in the ID, click
SAVE & RESTARTin the upper right corner.
Loading... | Loading... |
- If Klipper prompts
ADC out of range, this is normal. Connect the heated bed and thermistor to the mainboard, configure the thermistor pins for the nozzle and heated bed, then save and restart.
Danger
Note: All IDs appearing in this document are examples. The actual ID for each mainboard is different. Please fill in the ID you actually obtained.
Loading...