Skip to main content

Important Notes

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

Toolboard ID Reading and Viewing

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...