Skip to main content

Important Notes

Important Points
  • This tutorial specifically covers the wiring and ID search for the Toolboard. The related steps are not applicable to the Mainboard. Please distinguish between them.
  • If you are not using a Toolboard, please ignore this tutorial.

Toolboard ID Reading and Viewing

USB Connection Method

Supported Devices

Device TypeConnection MethodRequirements / Prerequisites
ToolboardConnect to the USB-A port of the D8 MainboardRequires flashing USB Communication Firmware
Extended MainboardConnect to the USB-A port of the D8 MainboardRequires flashing USB Communication Firmware
USB CameraConnect to the USB-A port of the D8 MainboardMust be a driverless plug-and-play type
USB Flash DriveConnect to the USB-A port of the D8 MainboardRecommended to format with FAT32 file system
Loading...

Precautions

Important Prerequisite

Before starting to search for the toolboard ID, please ensure that all the following conditions are met:

  • Firmware Preparation: The toolboard has been flashed with USB firmware, or is currently in USB flashing mode.
  • Clear Objective: This tutorial is only for searching for the toolboard ID, not applicable for the motherboard ID.
  • Hardware Connection: The toolboard is correctly connected to the USB-A port of the upper computer via USB.
  • Login Method: Please log in to the upper computer via network SSH to operate, do not use serial port login.

Search for USB ID

ls /dev/serial/by-id/*
  • Normal Condition: The terminal will display an ID similar to the one below (the image below is just an example)
    Loading...
  • If no ID appears after entering the command below, but the device is present with lsusb, please replace the upper computer or its operating system
Note

If multiple IDs appear, please select the corresponding ID based on your motherboard's MCU model.

Fill the USB ID into the configuration

  • For fluidd: {…}, click on it to find printer.cfg
Loading...
  • For mainsail: Machine, click on it to find printer.cfg
Loading...
Danger

Note: All IDs appearing in the document are examples. The actual ID for each motherboard will be different. Please modify and fill in the ID based on the one you actually obtain.

Fill in the Toolboard USB ID

  • Below is a reference configuration

    Note
    • In the configuration below, toolboard refers to the name of the toolboard. If it is another name, please replace it with the corresponding name.
    Danger
    [mcu toolboard]
    serial: <Replace here with the ID you just queried>
    • To add the toolboard ID, it must be [mcu toolboard] followed by serial: and then the toolboard ID you found.
    • Below is a reference configuration
    • Please note that this tutorial is for searching and configuring the toolboard ID. Under normal circumstances, the motherboard should already be connected.
    • Also, the motherboard must be [mcu], and the toolboard must be [mcu toolboard]
    • Reference for fluidd
    Loading...
    • Reference for mainsail
    Loading...
    • Click SAVE & RESTART in the upper right corner. After clicking, it will automatically save and restart klipper.
Loading...