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 Prerequisites

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

  • Firmware Preparation: The toolboard has been flashed with the USB firmware or is currently in USB bootloader mode.
  • Clear Objective: This tutorial is only for searching the toolboard ID, not applicable to the mainboard ID.
  • Hardware Connection: The toolboard is correctly connected to the host computer's USB-A port via USB.
  • Login Method: Please log in to the host computer via SSH over the network to perform operations, do not use serial port login.

Searching for USB ID

ls /dev/serial/by-id/*
  • Normal Situation: The terminal will display an ID similar to the example below (the image below is for illustration only).
    Loading...
  • If no ID appears after entering the command, but lsusb shows the device, please try a different host computer or a different host computer operating system.
Note

If multiple IDs appear, please select the ID corresponding to your mainboard's MCU model.

Enter the USB ID into the Configuration

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

Note: All IDs appearing in the documentation are examples. The actual ID for each mainboard is different. Please modify and fill in based on the ID you actually obtained.

Filling in the Toolboard USB ID

  • The configuration below is for reference.

    Note
    • toolboard in the configuration below refers to the toolboard name. If it has a different name, please replace it with the corresponding name.
    Danger
    [mcu toolboard]
    serial: <Replace this with the ID you just queried>
    • Adding the toolboard ID must be [mcu toolboard] followed by serial: and then the toolboard ID you searched for.
    • The configuration below is for reference.
    • Please note this tutorial is for toolboard ID search and configuration. Under normal circumstances, it should already be correctly connected to the mainboard.
    • The mainboard must be [mcu], and the toolboard is [mcu toolboard].
    • Reference for fluidd
    Loading...
    • Reference for mainsail
    Loading...
    • Click the SAVE & RESTART button in the top right corner. After clicking, Klipper will automatically save and restart.
Loading...