Fix TOOLCHANGE_ZRAISE warning (#14156)

This commit is contained in:
Minims
2019-05-28 02:51:29 +02:00
committed by Scott Lahteine
parent 5515f88452
commit 32afe1d102
3 changed files with 2 additions and 5 deletions

View File

@ -405,9 +405,6 @@
#define E_MANUAL EXTRUDERS
#elif ENABLED(PRUSA_MMU2)
#define E_STEPPERS 1
#ifndef TOOLCHANGE_ZRAISE
#define TOOLCHANGE_ZRAISE 0
#endif
#endif
// No inactive extruders with MK2_MULTIPLEXER or SWITCHING_NOZZLE

View File

@ -694,7 +694,7 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
#endif
#ifndef TOOLCHANGE_ZRAISE
#error "TOOLCHANGE_ZRAISE required for EXTRUDERS > 1. Please update your Configuration."
#error "TOOLCHANGE_ZRAISE required for EXTRUDERS > 1. Please update your Configuration_adv.h."
#endif
#elif ENABLED(MK2_MULTIPLEXER)