Co-Authored-By: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
committed by
Scott Lahteine
parent
884308f964
commit
af1d603374
@ -188,6 +188,14 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef E0_FAN_TACHO_PIN
|
||||
#ifdef MK3_FAN_PINS
|
||||
#define E0_FAN_TACHO_PIN PE1 // Fan1
|
||||
#else
|
||||
#define E0_FAN_TACHO_PIN PE0 // Fan0
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/**
|
||||
* -----------------------------------BTT002 V1.0----------------------------------------
|
||||
* ------ ------ |
|
||||
|
Reference in New Issue
Block a user