Allow redundant temp sensor with SINGLENOZZLE (#15650)

This commit is contained in:
Giuliano Zaro
2019-10-24 19:23:06 +02:00
committed by Scott Lahteine
parent 475041656c
commit 0f5d457252
2 changed files with 2 additions and 5 deletions

View File

@@ -416,7 +416,6 @@
#if EITHER(SINGLENOZZLE, MIXING_EXTRUDER) // One hotend, one thermistor, no XY offset
#undef HOTENDS
#define HOTENDS 1
#undef TEMP_SENSOR_1_AS_REDUNDANT
#undef HOTEND_OFFSET_X
#undef HOTEND_OFFSET_Y
#endif