Browse Source

Disable FAST_PWM by default. On some systems it does not work ok.

Erik vd Zalm 12 years ago
parent
commit
5406c533db
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h View File

@@ -279,7 +279,7 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
279 279
 #endif
280 280
 
281 281
 // Increase the FAN pwm frequency. Removes the PWM noise but increases heating in the FET/Arduino
282
-#define FAST_PWM_FAN
282
+//#define FAST_PWM_FAN
283 283
 
284 284
 // M240  Triggers a camera by emulating a Canon RC-1 Remote
285 285
 // Data from: http://www.doc-diy.net/photo/rc-1_hacked/

Loading…
Cancel
Save