Malyan M200 fix E0_AUTO_FAN_PIN (#9580)

Fixes #8794
This commit is contained in:
Scott Lahteine
2018-02-10 20:04:09 -06:00
committed by GitHub
parent 33752de12d
commit 3e384b60ce
6 changed files with 50 additions and 31 deletions

View File

@ -214,7 +214,7 @@
* Multiple extruders can be assigned to the same pin in which case
* the fan will turn on when any selected extruder is above the threshold.
*/
#define E0_AUTO_FAN_PIN PB8
//#define E0_AUTO_FAN_PIN -1
#define E1_AUTO_FAN_PIN -1
#define E2_AUTO_FAN_PIN -1
#define E3_AUTO_FAN_PIN -1