Browse Source

Disable RGB_LED for 3DFabXYZ (#13097)

Alain Martel 5 years ago
parent
commit
9ae7cca5e9

+ 1
- 1
Marlin/src/config/examples/3DFabXYZ/Migbot/Configuration.h View File

2072
  * LED Type. Enable only one of the following two options.
2072
  * LED Type. Enable only one of the following two options.
2073
  *
2073
  *
2074
  */
2074
  */
2075
-#define RGB_LED
2075
+//#define RGB_LED
2076
 //#define RGBW_LED
2076
 //#define RGBW_LED
2077
 
2077
 
2078
 #if ENABLED(RGB_LED) || ENABLED(RGBW_LED)
2078
 #if ENABLED(RGB_LED) || ENABLED(RGBW_LED)

+ 1
- 1
Marlin/src/config/examples/3DFabXYZ/Migbot/Configuration_adv.h View File

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

Loading…
Cancel
Save