Support for VIKI2 in RAMPS and derivatives

This commit is contained in:
Scott Lahteine
2016-06-28 18:11:32 -07:00
parent db19959735
commit 0b0b7aac6e
4 changed files with 37 additions and 36 deletions

View File

@@ -33,3 +33,8 @@
#undef HEATER_1_PIN
#define HEATER_1_PIN 7 // EXTRUDER 2 (-1 on RAMPS 1.4)
#if ENABLED(VIKI2) || ENABLED(miniVIKI)
//#undef SD_DETECT_PIN
//#define SD_DETECT_PIN 49 // For easy adapter board
#endif