@@ -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
|
||||
|
||||
Reference in New Issue
Block a user