[2.0.x] Ender-4 small improvements in Configuration (#11843)
This commit is contained in:
committed by
Scott Lahteine
parent
cf5284cdf2
commit
a3e8cb1e44
@ -27,3 +27,9 @@
|
||||
#define BOARD_NAME "Ender-4"
|
||||
|
||||
#include "pins_RAMPS.h"
|
||||
|
||||
// The board only has one controllable fan connector, the others are just plain 12V connectors
|
||||
// in the default configuration, this is used to control the brightness of the LED band
|
||||
// hotend and controller fan are therefore always-on
|
||||
#define ENDER4_FAN_PIN RAMPS_D9_PIN
|
||||
#undef FAN_PIN
|
||||
|
Reference in New Issue
Block a user