Fix some 8 extruders issues, GTR build (#17043)

This commit is contained in:
Jason Smith
2020-03-01 19:19:02 -08:00
committed by GitHub
parent 5da6819277
commit cc822bf70f
8 changed files with 56 additions and 15 deletions

View File

@@ -278,9 +278,9 @@
#endif
#define _E6_CS
#define _E6_MS1
#define _E6_MS2
#define _E6_MS3
#define _E6_MS4
#if E_NEEDED(6)
#if PIN_EXISTS(E6_CS) && AXIS_HAS_SPI(E6)
@@ -302,9 +302,9 @@
#endif
#define _E7_CS
#define _E7_MS1
#define _E7_MS2
#define _E7_MS3
#define _E7_MS4
#define _E7_MS5
#if E_NEEDED(7)
#if PIN_EXISTS(E7_CS) && AXIS_HAS_SPI(E7)