Pinout
- This page lists the pinout of the FLY-Super8 motherboard after flashing Klipper firmware. Pin numbers are based on the motherboard schematic.
UART/CSis the driver communication pin: used as UART with TMC2209, and as chip selectCSwith SPI drivers such as TMC5160. The same pin is multiplexed.ENis the enable pin, typically active-low in Klipper configuration (enable_pinwith!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 described.
Driver Pins
The FLY-Super8 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 wiring harnesses, arrange interface cable order, or touch terminals while powered on.
When using sensorless homing, the driver chip outputs the stall detection signal through the DIAG pin, and Klipper must read this signal through the corresponding input port. The mapping between DIAG and limit switch ports on this motherboard is as follows:
- DRIVER0–6: DIAG is directly connected to the corresponding limit input port on the main controller (DRIVERn → limit port n). There are no DIAG jumper pins on the board, and the DIAG signal is always delivered to the main controller. When enabling sensorless homing, simply configure the corresponding limit port pin as
diag_pin. Do not connect a physical limit switch to that limit port. - DRIVER7: DIAG is not directly connected to a limit port. You must manually install the DIAG jumper cap nearby to route the DIAG signal to PF3 (DIAG multiplexed pin) before sensorless homing can be used.
After enabling sensorless homing, the corresponding limit port is occupied by the DIAG signal and must not be simultaneously connected to a mechanical or optical limit switch.
SPI Bus
SPI drivers such as the TMC5160 use the motherboard hardware SPI bus. Configure spi_bus: spi1a in the configuration — no need to configure MOSI/MISO/SCLK pins separately:
[tmc5160 stepper_x]
spi_bus: spi1a
cs_pin: UART/CS pin of the corresponding driver
Details on software SPI, SPI speed, etc.: 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 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. The recommended sensor_type is Generic 3950.
List of Klipper built-in
sensor_typeoptions that can be connected directly, and recommended applications for each model: Thermistor Configuration Method
K-type thermocouples, PT100, etc., require additional signal conditioning 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 provides 2 PWM outputs, usable 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 |