瀏覽代碼

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

Erik vd Zalm 13 年之前
父節點
當前提交
5406c533db
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h 查看文件

@@ -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…
取消
儲存