Pinout
Note
- This page lists the pinout of the FLY Tool-Lite CAN tool board after flashing Klipper firmware. The pin numbers are based on the product schematic.
UART/CSis the driver communication pin: it functions as UART when using TMC2209, and as chip selectCSwhen using an SPI driver. The same pin is shared for both functions.ENis the enable pin. In Klipper configuration, it is typically active-low (with!prefix inenable_pin).
Loading...
Driver Pins
| Driver | STEP | DIR | EN | UART/CS | Endstop |
|---|---|---|---|---|---|
| DRIVER0 | gpio24 | gpio23 | gpio29 | gpio25 | - |
Heating
| Function | Pin |
|---|---|
| Extruder heater | gpio6 |
Temperature Sensors
| Function | Pin |
|---|---|
| Extruder thermistor | gpio28 |
Supported Thermistor Types
The thermistor port supports NTC thermistors (100K) by default. It is recommended to configure sensor_type as Generic 3950.
List of Klipper built-in
sensor_typeoptions that can be directly connected, and their applicable scenarios: Thermistor Configuration Method
K-type thermocouples, PT100, etc., require additional signal conversion chips and cannot be directly connected to the thermistor port.
Fans
| Function | Pin |
|---|---|
| Part cooling fan | gpio13 |
| Heat break cooling fan | gpio14 |
Accelerometer (SPI)
The accelerometer uses software SPI. Three signal pins must be assigned separately:
| Signal | Pin |
|---|---|
| CS | gpio9 |
| MOSI | gpio11 |
| MISO | gpio8 |
| SCLK | gpio10 |
Probe and Endstops
| Function | Pin |
|---|---|
| Generic input 0 | gpio17 |
| Generic input 1 | gpio20 |
| Generic input 2 | gpio16 |
| Probe / Generic input | gpio19 |
| HV-IN / Generic input | gpio22 |
| BLTouch / Servo control | gpio7 |
PWM
| PWM Function | Pin |
|---|---|
| BLTouch / Servo control | gpio7 |
Loading...