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 a browser, enter the IP address of the host computer in the address bar. For example, if my host computer IP is
192.168.101.179, directly input it and press Enter.
Loading...
- Open the WEB interface of the host computer, and find the following in the configuration options of the left sidebar:
Loading... |
Loading... |
- Click
printer.cfgto enter, then clickDEVICESon the top right corner.
Loading... | Loading... |
- Click
SERIAL, then refresh.
Loading... |
Loading... |
- Copy the ID, click on the arrow indicated to copy.
Loading... |
Loading... |
Filling in the USB ID
Danger
Please note that the ID below CANNOT be used!!!!
serial: /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
- 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
- And add:
[mcu]
serial: <Replace this with the ID you just queried>
Loading... |
Loading... |
- Fill in the ID into the configuration.
Tip
- After filling in the ID, click
SAVE & RESTARTon the top right corner.
Loading... | Loading... |
- If Klipper prompts
ADC out of range, this is normal. Connect the heated bed and thermistor to the motherboard, configure the thermistor pins for the nozzle and heated bed, then save and restart.
Danger
Note: All IDs appearing in the document are examples. The actual ID of each motherboard is different. Please fill in the ID you actually obtained.
Search CAN ID
- Open the browser, enter the host computer's IP address in the address bar. For example, if my host computer's IP is
192.168.101.179, directly input it and press Enter.
Loading...
- Open the WEB interface of the host computer, and in the sidebar's configuration options, find:
Loading... |
Loading... |
- Click
printer.cfgto enter, then clickDEVICESat the top right.
Loading... | Loading... |
- Click
CAN, then refresh.
Loading... |
Loading... |
- Copy the ID by clicking where the arrow points.
Loading... |
Loading... |
Fill in the CAN ID
- Close
DEVICESand fill in the ID.
Note
- Please change the following in the configuration file:
[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 & RESTARTat the top right.
Loading... | Loading... |
- If Klipper prompts
ADC out of range, this is normal. Connect the heated bed and thermistor to the motherboard, configure the thermistor pins for the nozzle and heated bed, then save and restart.
Danger
Note: All IDs appearing in the document are examples. The actual ID of each motherboard is different. Please fill in the ID you actually obtained.
Loading...