Touch UI updates for Cocoa Press (#15986)

This commit is contained in:
Scott Lahteine
2019-11-24 06:08:05 -06:00
committed by GitHub
parent 441e822fb3
commit b11551c767
149 changed files with 638 additions and 271 deletions

View File

@@ -360,7 +360,11 @@
#endif // HOTENDS > 1
#endif // HOTENDS
#define _BED_PINS HEATER_BED_PIN, analogInputToDigitalPin(TEMP_BED_PIN),
#define _BED_PINS
#if PIN_EXISTS(HEATER_BED) && PIN_EXISTS(TEMP_BED)
#undef _BED_PINS
#define _BED_PINS HEATER_BED_PIN, analogInputToDigitalPin(TEMP_BED_PIN),
#endif
//
// Dual X, Dual Y, Multi-Z