|
|
|
@ -28,8 +28,13 @@
|
|
|
|
|
|
|
|
|
|
#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
|
|
|
|
|
// The board only has one PWM fan connector. The others are 12V always-on.
|
|
|
|
|
// The default config uses this pin to control the brightness of the LED
|
|
|
|
|
// band (case light). Thus the hotend and controller fans are always-on.
|
|
|
|
|
|
|
|
|
|
#if ENABLED(CASE_LIGHT_ENABLE)
|
|
|
|
|
#undef FAN_PIN
|
|
|
|
|
#ifndef CASE_LIGHT_PIN
|
|
|
|
|
#define CASE_LIGHT_PIN RAMPS_D9_PIN
|
|
|
|
|
#endif
|
|
|
|
|
#endif
|
|
|
|
|