Alexander D. Kanevskiy
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
0 deletions
-
Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_E3_common.h
|
|
@ -62,6 +62,13 @@ |
|
|
|
#define FIL_RUNOUT_PIN PC15 // "E0-STOP"
|
|
|
|
#endif |
|
|
|
|
|
|
|
//
|
|
|
|
// Power-loss Detection
|
|
|
|
//
|
|
|
|
#ifndef POWER_LOSS_PIN |
|
|
|
#define POWER_LOSS_PIN PC12 // Power Loss Detection: PWR-DET
|
|
|
|
#endif |
|
|
|
|
|
|
|
//
|
|
|
|
// Steppers
|
|
|
|
//
|
|
|
|