Fix manual moves for switching tools (#10868)

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

View File

@ -426,10 +426,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