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 accordingly.
  • 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, please ensure all the following conditions are met:

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

Search 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 just an example)
    Loading...
  • If no ID appears after entering the command below, but lsusb shows the device, please replace the host computer or change the host computer's system.
Notes

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

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

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

Fill in the Toolboard USB ID

  • Below is a reference configuration

    Notes
    • toolboard in the configuration below refers to the toolboard name. If it has a different name, please replace it with the corresponding name.
    dangerous
    [mcu toolboard]
    serial: <Replace here 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.
    • Below is a reference configuration
    • Please note this tutorial is for toolboard ID search and configuration. Under normal circumstances, it is already properly connected to the mainboard.
    • And the mainboard must be [mcu], while the toolboard is [mcu toolboard].
    • Reference for fluidd
    Loading...
    • Reference for mainsail
    Loading...
    • Click the SAVE & RESTART button in the upper right corner. After clicking, it will automatically save and restart Klipper.
Loading...