Keith Bennett
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
1 deletions
-
Marlin/src/pins/stm32f1/pins_CHITU3D_V6.h
|
@ -111,7 +111,13 @@ |
|
|
#define BEEPER_PIN PB0 |
|
|
#define BEEPER_PIN PB0 |
|
|
//#define LED_PIN PD3
|
|
|
//#define LED_PIN PD3
|
|
|
//#define POWER_LOSS_PIN PG2 // PG4 PW_DET
|
|
|
//#define POWER_LOSS_PIN PG2 // PG4 PW_DET
|
|
|
#define FIL_RUNOUT_PIN PA15 // MT_DET
|
|
|
|
|
|
|
|
|
#ifndef FIL_RUNOUT_PIN |
|
|
|
|
|
#define FIL_RUNOUT_PIN PA15 // MT_DET
|
|
|
|
|
|
#endif |
|
|
|
|
|
#ifndef FIL_RUNOUT2_PIN |
|
|
|
|
|
#define FIL_RUNOUT2_PIN PF13 |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
//
|
|
|
//
|
|
|
// TronXY TFT Support
|
|
|
// TronXY TFT Support
|
|
|