Add Creality3D RAMPS pins definitions (#12229)

This commit is contained in:
InsanityAutomation
2018-10-26 17:09:04 -04:00
committed by Scott Lahteine
parent 5580773191
commit ad60f0691c
5 changed files with 51 additions and 5 deletions

View File

@ -53,6 +53,10 @@
#define LCD_PINS_D4 30 // ST9720 CLK
#define FIL_RUNOUT_PIN -1 // Uses Beeper/LED Pin Pulled to GND
#if DISABLED(SPEAKER) && ENABLED(BLTOUCH)
#define SERVO0_PIN 27
#endif
// Alter timing for graphical display
#ifndef ST7920_DELAY_1
#define ST7920_DELAY_1 DELAY_NS(125)