Skip to main content

Important Notes

Important Notes
  • This tutorial specifically covers the operation and usage of the Tool Board. The related steps are not applicable to the Main Board. Please distinguish between them carefully.
  • If you are not using a Tool Board, please ignore this tutorial.

Tool Board ID Reading and Viewing

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