Fix manual moves for switching tools (#10867)

This commit is contained in:
Scott Lahteine
2018-05-26 18:30:29 -05:00
committed by GitHub
parent a07433f1cc
commit 9186123676
2 changed files with 29 additions and 15 deletions

View File

@@ -408,10 +408,8 @@
#if ENABLED(SWITCHING_EXTRUDER) // One stepper for every two EXTRUDERS
#if EXTRUDERS > 4
#define E_STEPPERS 3
#define E_MANUAL 3
#elif EXTRUDERS > 2
#define E_STEPPERS 2
#define E_MANUAL 2
#else
#define E_STEPPERS 1
#endif