Bladeren bron

Disable RGB_LED for 3DFabXYZ (#13097)

Alain Martel 5 jaren geleden
bovenliggende
commit
9ae7cca5e9

+ 1
- 1
Marlin/src/config/examples/3DFabXYZ/Migbot/Configuration.h Bestand weergeven

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

+ 1
- 1
Marlin/src/config/examples/3DFabXYZ/Migbot/Configuration_adv.h Bestand weergeven

@@ -202,7 +202,7 @@
202 202
  */
203 203
 //#define USE_CONTROLLER_FAN
204 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 206
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
207 207
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
208 208
 #endif

Laden…
Annuleren
Opslaan