Pin Mapping
- This page lists the pin mapping of the FLY-Super8 Pro motherboard after flashing Klipper firmware. The pin numbers are based on the motherboard schematic.
UART/CSis the driver communication pin: when using TMC2209, it serves as UART; when using SPI drivers such as TMC5160, it serves as chip selectCS. The same pin is shared for both functions.ENis the enable pin, which is typically active-low in Klipper configuration (enable_pinwith a!prefix).DIAGis the driver diagnostic signal pin. When using sensorless homing, configure the correspondingdiag_pinaccording to the table below; some drivers may still require setting the DIAG jumper as instructed.
Driver Pins
The FLY-Super8 Pro provides 8 driver ports:
| Driver | STEP | DIR | EN | UART/CS | DIAG |
|---|---|---|---|---|---|
| DRIVER0 | PE2 | PC5 | PF11 | PC4 | PG12 |
| DRIVER1 | PE3 | PF13 | PF14 | PF12 | PG11 |
| DRIVER2 | PE4 | PG0 | PG1 | PF15 | PG10 |
| DRIVER3 | PE14 | PE8 | PE9 | PE7 | PG9 |
| DRIVER4 | PE15 | PE11 | PF2 | PE10 | PD7 |
| DRIVER5 | PE1 | PF0 | PC15 | PF1 | PD6 |
| DRIVER6 | PE0 | PG3 | PG4 | PG2 | PA8 |
| DRIVER7 | PE6 | PG6 | PG7 | PG5 | PF3 |
Before starting, completely shut down the printer and disconnect the power supply. Do not plug or unplug cables, arrange wiring, or touch terminals while the power is on.
When using sensorless homing for homing, the driver chip outputs a stall detection signal through the DIAG pin, and Klipper must read this signal through the corresponding input port. The correspondence between DIAG and the endstop ports on this board is as follows:
- DRIVER0–6: DIAG is directly connected to the corresponding endstop input port on the main controller (DRIVERn → endstop port n). There are no DIAG jumper pins on the board; the DIAG signal always reaches the main controller. When enabling sensorless homing, simply configure the corresponding endstop port pin as
diag_pin. Do not connect a physical endstop switch to this endstop port. - DRIVER7: DIAG is not directly connected to an endstop port. You must manually install the DIAG jumper cap next to it to route the DIAG signal to PF3 (the DIAG multiplexed pin) before sensorless homing can be used.
Once sensorless homing is enabled, the corresponding endstop port is occupied by the DIAG signal and must not be connected to a mechanical or optical endstop switch simultaneously.
SPI Bus
SPI drivers such as the TMC5160 use the motherboard's hardware SPI bus. In the configuration, simply fill in spi_bus: spi1a; there is no need to configure MOSI/MISO/SCLK pins individually:
[tmc5160 stepper_x]
spi_bus: spi1a
cs_pin: UART/CS pin of the corresponding driver
Detailed explanation of software SPI and SPI speed: SPI Configuration Method
Endstops and Probe
| Function | Pin | Corresponding Driver DIAG |
|---|---|---|
| Endstop port 0 / IO0 | PG12 | DRIVER0 |
| Endstop port 1 / IO1 | PG11 | DRIVER1 |
| Endstop port 2 / IO2 | PG10 | DRIVER2 |
| Endstop port 3 / IO3 | PG9 | DRIVER3 |
| Endstop port 4 / IO4 | PD7 | DRIVER4 |
| Endstop port 5 / IO5 | PD6 | DRIVER5 |
| Endstop port 6 / IO6 | PA8 | DRIVER6 |
| HV-IN / General purpose input | PF3 | DRIVER7 |
| IN / PWM_OUT | PF8 | - |
| Probe | PC3 | - |
Heaters
| Function | Pin |
|---|---|
| Heated bed | PE5 |
| Heater port 0 | PB0 |
| Heater port 1 | PB1 |
| Heater port 2 | PC7 |
| Heater port 3 | PF7 |
| Heater port 4 | PF6 |
Temperature Sensors
| Function | Pin |
|---|---|
| Thermistor port 0 | PF4 |
| Thermistor port 1 | PF5 |
| Thermistor port 2 | PF9 |
| Thermistor port 3 | PF10 |
| Thermistor port 4 | PC0 |
| Thermistor port 5 | PC1 |
The thermistor ports support NTC thermistors (100K) by default. It is recommended to configure sensor_type as Generic 3950.
List of built-in
sensor_typeoptions directly supported by Klipper and their applicable scenarios: Thermistor Configuration Method
K-type thermocouples, PT100, etc., require additional signal conversion chips and cannot be connected directly to the thermistor ports.
Fans
| Function | Pin |
|---|---|
| Fan port 0 | PA0 |
| Fan port 1 | PA1 |
| Fan port 2 | PA2 |
| Fan port 3 | PA3 |
| Fan port 4 | PA15 |
| Fan port 5 | PB11 |
| Fan port 6 | PB10 |
| Fan port 7 | PD12 |
| Fan port 8 | PD14 |
| Fan port 9 | PD15 |
PWM
The FLY-Super8 Pro provides 2 channels of PWM output, which can be used for servos, fan speed control, etc.:
| Pin | Remarks |
|---|---|
| PC6 | Servo / BLTouch control |
| PF8 | IN / PWM_OUT |
BL-Touch
| Function | Pin |
|---|---|
| Servo signal | PC6 |
| Probe signal | PC3 |