Disable RGB_LED for 3DFabXYZ (#13097)

This commit is contained in:
Alain Martel 2019-02-08 16:18:20 -05:00 committed by Scott Lahteine
parent f3b6cb4d34
commit 9ae7cca5e9
2 changed files with 2 additions and 2 deletions

View File

@ -2072,7 +2072,7 @@
* LED Type. Enable only one of the following two options.
*
*/
#define RGB_LED
//#define RGB_LED
//#define RGBW_LED
#if ENABLED(RGB_LED) || ENABLED(RGBW_LED)

View File

@ -202,7 +202,7 @@
*/
//#define USE_CONTROLLER_FAN
#if ENABLED(USE_CONTROLLER_FAN)
#define CONTROLLER_FAN_PIN 9 // Set a custom pin for the controller fan
#define CONTROLLER_FAN_PIN 9 // Set a custom pin for the controller fan
#define CONTROLLERFAN_SECS 60 // Duration in seconds for the fan to run after all motors are disabled
#define CONTROLLERFAN_SPEED 255 // 255 == full speed
#endif