This add-on module will sit on an empty stepper driver slot to provide 3 extra cooling fan ports on your 3D-printer control board.
Specifications:- Dimensions: 20.3 x 15.2mm
- Input Voltage: 12-24VDC
- No. of Outputs: 3
- Compatible with:
- Any motherboard supporting 5 axis or more
- MKS Robin V1.x, V2, V3
- MKS Gen-I V1, V2.x; MKS Gen 1.x
- MKS Sgen-I V1, V2
- MKS Monster8
- MKS TinyBee
- Control Signals (uses Stepper Driver Pin Layout): ENABLE = FAN1, STEP = FAN2, DIR = FAN3
- Firmware Settings: Add the following code sinppet into your firmware
// If connect to E1 axis, if board pins has FAN1_PIN, you need to start from FAN2_PIN
#define FAN1_PIN E1_ENABLE_PIN
#define FAN2_PIN E1_STEP_PIN
#define FAN3_PIN E1_DIR_PIN
- Control via Commands: Turn ON:
M106 P[insert fan number without brackets] S255
Turn OFF:
M106 P[insert fan number without brackets] S0
*IT IS NOT RECOMMENDED TO USE THE M107 COMMAND*