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
6 additions and
2 deletions
-
Marlin/src/pins/sanguino/pins_MELZI_CREALITY.h
|
@ -68,8 +68,12 @@ |
|
|
#define LCD_PINS_D4 30 // ST9720 CLK
|
|
|
#define LCD_PINS_D4 30 // ST9720 CLK
|
|
|
|
|
|
|
|
|
#if ENABLED(BLTOUCH) |
|
|
#if ENABLED(BLTOUCH) |
|
|
|
|
|
#ifndef SERVO0_PIN |
|
|
#define SERVO0_PIN 27 |
|
|
#define SERVO0_PIN 27 |
|
|
|
|
|
#endif |
|
|
|
|
|
#if SERVO0_PIN == BEEPER_PIN |
|
|
#undef BEEPER_PIN |
|
|
#undef BEEPER_PIN |
|
|
|
|
|
#endif |
|
|
#elif ENABLED(FILAMENT_RUNOUT_SENSOR) |
|
|
#elif ENABLED(FILAMENT_RUNOUT_SENSOR) |
|
|
#ifndef FIL_RUNOUT_PIN |
|
|
#ifndef FIL_RUNOUT_PIN |
|
|
#define FIL_RUNOUT_PIN 27 |
|
|
#define FIL_RUNOUT_PIN 27 |
|
|