Merge pull request #5093 from esenapaj/Follow-up-the-PR-#5087-etc

Follow-up the PR #5087 (Fixed SERVO pins on Azteeg X3), etc
This commit is contained in:
Scott Lahteine 2016-10-26 21:23:34 -05:00 committed by GitHub
commit 4ec7ed554d
2 changed files with 5 additions and 2 deletions

View file

@ -32,6 +32,9 @@
#include "pins_RAMPS_13.h"
//
// Servos
//
#undef SERVO0_PIN
#undef SERVO1_PIN
#define SERVO0_PIN 44 // SERVO1 port

View file

@ -344,14 +344,14 @@
#else
#define BTN_EN1 37
#define BTN_EN2 35
#define BTN_ENC 31 // the click
#define BTN_ENC 31 // the click
#endif
#if ENABLED(G3D_PANEL)
#define SD_DETECT_PIN 49
#define KILL_PIN 41
#else
// #define SD_DETECT_PIN -1 // Ramps doesn't use this
//#define SD_DETECT_PIN -1 // Ramps doesn't use this
#endif
#endif