Important Notes
- This tutorial specifically introduces wiring and searching for IDs on the tool board. The related steps do not apply to the mainboard. Please make sure to distinguish between them.
- If you are not using a tool board, please ignore this tutorial.
Tool Board ID Reading and Viewing
- USB ID Retrieval
- CANBus UUID Retrieval
- Prepare a data cable with data transfer capability. If the length is particularly long, it is recommended to use a cable with a ferrite core.
- Connect the tool board to the host computer via a USB data cable.
Notes
- Ensure the tool board has been flashed with
USBfirmware before performing any operations; - This tutorial is only applicable for searching the tool board ID, not for searching the main board ID;
- Please perform subsequent operations only after the host computer is properly connected to the tool board;
Connect to SSH
- Please first log in to
SSHvia the network - Please ensure that you are logging in to
SSHvia the network, not via serial port
Search for Device
- Please ensure the host computer is connected to the Internet and that the data cable connecting the device to the host computer supports data transfer.
- After SSH connecting to the host computer, enter
lsusband press Enter. If you see the information circled in the image below, you can proceed to the next step.- If no information is displayed, this indicates a system issue with the host computer. We cannot assist with this, and you will need to replace the system with a confirmed working one or change the host computer.
- If the
lsusbcommand is not found, install it by running the following command:sudo apt-get install usbutils
1d50:614eis the device you will use in this process.- Some host computers may fail to fully display or not display the information due to system issues.
- If the device is shown after running the
lsusbcommand but1d50:614eis missing, try using a different data cable or connect the main board to another USB port on the host computer.
You must proceed to the next step only after one of the 1d50:614e devices is found.
Search for USB ID
ls /dev/serial/by-id/*
- Enter the command below and press Enter. If everything works properly, a blue ID like the one below will appear. (The example below is just for reference)

- If no ID appears after entering the command, but the device appears with
lsusb, please change the host computer or its operating system
If multiple IDs appear, please choose the corresponding ID based on your main board's MCU model.
Insert the USB ID into the configuration
![]() |
![]() |
Note: All IDs appearing in this document are examples. Each main board's ID is different in practice. Please modify and enter according to the actual ID you obtained.
Enter the Tool Board USB ID
-
Below is a sample configuration
Note- The
toolboardin the configuration below refers to the tool board name; please replace it with the appropriate name if it is different
dangerous[mcu toolboard]
serial: <Replace this with the ID you just looked up>- To add the
IDof the tool board, it must be[mcu toolboard]followed byserial:and then the ID of the tool board you searched for
- Below is a sample configuration
- Please note that this tutorial is specifically for searching and configuring the tool board ID; normally, it should already be connected to the main board
- And the main board must be
[mcu], while the tool board is[mcu toolboard]
- Fluidd reference

- Mainsail reference

- Click
SAVE & RESTARTat the top right corner, which will automatically save and restart klipper
- The
-
Before searching for the ID, use an XT30 data cable to connect the tool board to the UTOC or a mainboard flashed with bridging firmware. Below is a reference wiring diagram.
-
Please ensure the DIP switches are set correctly.

-
Make sure to measure the resistance between CAN H and CAN L using a multimeter while powered off. It should be around
60Ω. If it is120Ω, then install the120Ωjumper. If it is around40Ω, remove the jumper.
Complete Guide to CAN Toolboard Setup
Preparation
Important Prerequisites- Toolboard Status: Ensure the toolboard has the
Klipper-canfirmware flashed or is inKatapult-canmode - Scope of Application: This tutorial is only for toolboard ID search, not applicable for motherboard ID search
- Connection Requirements: The toolboard must be connected to one of the following devices:
UTOCmodule- A motherboard flashed with
USB bridge CANfirmware
- Final Connection: The above devices must be connected to the host computer
Hardware Connection and Termination Resistor Configuration
Safety First- Complete Power Off: All wiring operations must be performed with the equipment completely powered off
- Prevent Short Circuits: Disconnect the power supply to all devices before operating
Connection Specification Table
Device Type Termination Resistor Requirement Configuration Method CAN Toolboard Requires 120Ωtermination resistorEnable via jumper cap or DIP switch Motherboard CAN Interface Requires 120Ωtermination resistorEnable via jumper cap or DIP switch UTOC Module Already built-in 120ΩresistorNo additional connection required Configuration and Measurement Steps
-
Hardware Configuration
- Check if the
120Ωjumper cap or DIP switch next to the motherboard's CAN interface is connected or enabled - Check if the
120Ωjumper cap or DIP switch on the toolboard is connected or enabled
- Check if the
-
Resistance Measurement (Power-off state)
- Measurement Point: Between CAN-H and CAN-L
- Tool: Multimeter
Resistance Value Troubleshooting Table
Notes- Measurements must be taken with the power off
- If the measured value reaches around
140Ω, it may indicate that CAN-H and CAN-L are reversed
Measured Value Status Possible Cause Solution Around 60Ω✅ Normal Resistors correctly connected at both ends Configuration complete Around 120Ω❌ Abnormal Line disconnected or not connected Check all wiring Around 40Ω❌ Abnormal Three points connected with resistors Remove the middle resistor Around 90Ω❌ Abnormal Only one end connected with a resistor Check the jumper cap at the other end Important Notes
- UTOC Module: Already has a built-in resistor; no additional termination resistor is required on the motherboard when connected
- Connection Scenarios:
- Toolboard ↔ Motherboard (both ends require termination resistors)
- Toolboard ↔ UTOC ↔ Host (only the toolboard requires a termination resistor)
- Troubleshooting Flow:
Measure resistance → 60Ω → Normal operation
↓
Abnormal value → Refer to the table above → Adjust and re-measure
Hardware Inspection Checklist
- All devices completely powered off
- Termination resistor connected at the motherboard's CAN interface (except for UTOC)
- Termination resistor connected on the toolboard
- Multimeter measures resistance ≈60Ω
- CAN-H and CAN-L wiring correct and secure
Professional AdviceCorrect termination resistor configuration is critical for CAN bus communication quality. Deviations in resistance values may cause communication instability or data loss.
CAN Network Configuration Requirements
- Default Configuration: This tutorial assumes the host computer has already configured the CAN network
- Fly System Users: If using a Fly host running the Fly-FAST or Fly-Armbian system, CAN is already configured by default (speed 1Mbps)
- First-Time Use: Please read the following tutorial first: CAN Configuration Tutorial
Summary Process
- Hardware Preparation: Wire in a power-off state, configure termination resistors, measure and confirm 60Ω
- Network Confirmation: Ensure the host computer's CAN network is correctly configured
- Connect to Host: Connect to the host via UTOC or USB bridged motherboard
- Firmware Status: Confirm the toolboard is in Klipper-can or Katapult-can mode
- Next Steps: Follow the subsequent tutorial for ID search and configuration
At this point, your CAN toolboard hardware connection and network environment are ready for ID search and configuration operations.
Connect via SSH
- Log in to SSH via the network (do not use serial port login)
- Ensure the host computer is properly connected to the CAN network devices
Search for Devices
- Now that you have successfully logged into the host computer, you can enter
lsusbto search for devices. You may encounter one of the following situations:- If entering
lsusbprompts that thelscommand is not found, you can install the required utility by entering the following command:sudo apt-get install usbutils - If there is no response after entering
lsusb, this is a system issue and cannot be resolved here. You will need to change the system or use a known working system. - If information like that shown in the image below appears, please note that this is only a reference. You only need to confirm that
1d50:606fappears:
- If entering
1d50:606fis the device you will use in this instance.- If multiple
1d50:606fdevices appear, one must be excluded, as multiple entries may affect subsequent flashing and firmware connection. For example, withFLY MINI PAD, it is recommended to use the onboardUTOCand avoid using other CAN bridges. - If the device does not appear, please check whether the data cable is properly connected and whether the correct firmware has been flashed.
NoteYou can proceed to search for the CAN ID only when
1d50:606fappears.Search for CAN ID
- Fly-Armbian / General Systems
- Fly-FAST System
Execute the following command to search for CAN device IDs:
~/klippy-env/bin/python ~/klipper/scripts/canbus_query.py can0Execute the following command to search for CAN device IDs:
python ~/klipper/scripts/canbus_query.py can0Search Results Explanation
After executing the search command, several situations may occur:
Result Display Status Description Next Steps Application: KlipperDevice has Klipper firmware flashed Can directly use this ID Application: CANBOOTorKatapultDevice is in Bootloader mode Needs to flash Klipper firmware before use Total 0 uuids foundNo devices found Please check the following issues:
1. Is the CAN network configuration correct?
2. Is the CAN speed consistent (default 1Mbps)?
3. Has this ID already been used in the configuration (need to disable first, then save and restart after power off)?
About Duplicate IDsIf the device ID is already configured in
printer.cfg, it will not appear in the search results. To search again:- Comment out the device ID in the configuration file
- Save the configuration and restart Klipper
- Power off and restart all devices
Configure CAN Device ID
1. Get Configuration File
Find the
printer.cfgconfiguration file based on the web interface used:Fluidd
Click theicon on the left navigation bar to find{...}printer.cfg
Mainsail
ClickMachineon the top navigation bar to findprinter.cfg
2. Add Device Configuration
Add the toolboard configuration in
printer.cfg:[mcu toolboard]
canbus_uuid: <Insert the ID obtained from the query here>Configuration Notestoolboardis the name of the toolboard; modify it according to actual conditions- If it's a motherboard ID, the configuration section should be
[mcu] - In normal configuration, the motherboard uses
[mcu], and the toolboard uses[mcu toolboard]
3. Save and Restart
- Click the SAVE & RESTART button in the upper right corner
- The system will automatically save the configuration and restart Klipper
NoteAll IDs appearing in this document are examples. Each motherboard's ID is unique. Please modify and fill in according to the actual ID obtained.
- Toolboard Status: Ensure the toolboard has the