Implemented BQ ZUM Mega 3D board layout as an override to RAMPS 1.3

This commit is contained in:
Scott Lahteine
2016-03-01 01:24:57 +00:00
committed by Scott Lahteine
parent b18816fcbf
commit 6a21180bd4
4 changed files with 37 additions and 58 deletions

View File

@@ -16,7 +16,6 @@
#define E0_MS2_PIN -1
#define E1_MS1_PIN -1
#define E1_MS2_PIN -1
#define DIGIPOTSS_PIN -1
#define HEATER_3_PIN -1
#define TEMP_3_PIN -1
@@ -269,7 +268,7 @@
analogInputToDigitalPin(TEMP_BED_PIN) \
}
#define HAS_DIGIPOTSS (DIGIPOTSS_PIN >= 0)
#define HAS_DIGIPOTSS (PIN_EXISTS(DIGIPOTSS))
#endif //__PINS_H