InsanityAutomation
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/sanguino/pins_MELZI_CREALITY.h
|
@ -61,7 +61,6 @@ |
|
|
#undef LCD_PINS_D5 |
|
|
#undef LCD_PINS_D5 |
|
|
#undef LCD_PINS_D6 |
|
|
#undef LCD_PINS_D6 |
|
|
#undef LCD_PINS_D7 |
|
|
#undef LCD_PINS_D7 |
|
|
#undef FIL_RUNOUT_PIN // Uses Beeper/LED Pin Pulled to GND
|
|
|
|
|
|
|
|
|
|
|
|
#define LCD_SDSS 31 // Smart Controller SD card reader (rather than the Melzi)
|
|
|
#define LCD_SDSS 31 // Smart Controller SD card reader (rather than the Melzi)
|
|
|
#define LCD_PINS_RS 28 // ST9720 CS
|
|
|
#define LCD_PINS_RS 28 // ST9720 CS
|
|
@ -71,6 +70,13 @@ |
|
|
#if ENABLED(BLTOUCH) |
|
|
#if ENABLED(BLTOUCH) |
|
|
#define SERVO0_PIN 27 |
|
|
#define SERVO0_PIN 27 |
|
|
#undef BEEPER_PIN |
|
|
#undef BEEPER_PIN |
|
|
|
|
|
#elif ENABLED(FILAMENT_RUNOUT_SENSOR) |
|
|
|
|
|
#ifndef FIL_RUNOUT_PIN |
|
|
|
|
|
#define FIL_RUNOUT_PIN 27 |
|
|
|
|
|
#endif |
|
|
|
|
|
#if FIL_RUNOUT_PIN == BEEPER_PIN |
|
|
|
|
|
#undef BEEPER_PIN |
|
|
|
|
|
#endif |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
#if ENABLED(MINIPANEL) |
|
|
#if ENABLED(MINIPANEL) |
|
|