Ender-3 Pro with SKR Mini E3 V3 (#660)

This commit is contained in:
Keith Bennett 2022-01-23 02:18:03 -08:00 committed by GitHub
parent 617a847cef
commit 1413f33f1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7522 additions and 2 deletions

View file

@ -512,7 +512,7 @@
*/
#define USE_CONTROLLER_FAN
#if ENABLED(USE_CONTROLLER_FAN)
#define CONTROLLER_FAN_PIN PB15 // Set a custom pin for the controller fan
#define CONTROLLER_FAN_PIN FAN2_PIN // Set a custom pin for the controller fan
//#define CONTROLLER_FAN_USE_Z_ONLY // With this option only the Z axis is considered
//#define CONTROLLER_FAN_IGNORE_Z // Ignore Z stepper. Useful when stepper timeout is disabled.
#define CONTROLLERFAN_SPEED_MIN 0 // (0-255) Minimum speed. (If set below this value the fan is turned off.)
@ -609,7 +609,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 PC7
#define E0_AUTO_FAN_PIN FAN1_PIN
#define E1_AUTO_FAN_PIN -1
#define E2_AUTO_FAN_PIN -1
#define E3_AUTO_FAN_PIN -1