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

@@ -79,8 +79,10 @@
// This board has only the controller fan and the extruder fan
// If someone hacks to put a direct power fan on the controller, PB3 could
// be used as a separate print cooling fan.
// FAN_PIN is commented out because in configuration_adv, we have
// it set to E0_AUTO_FAN_PIN
// #define FAN_PIN PB8 // FAN1 header on board - PRINT FAN
#define ORIG_E0_AUTO_FAN_PIN PB8
// FAN_PIN is commented out here because the M200 example
// Configuration_adv.h does NOT override E0_AUTO_FAN_PIN.
//#define FAN_PIN PB8 // FAN1 header on board - PRINT FAN
#define FAN1_PIN PB3 // FAN2 header on board - CONTROLLER FAN
#define FAN2_PIN -1 // FAN3 header on board - EXTRUDER0 FAN