Fix pins debug of CS/MS pins
This commit is contained in:
		@@ -1007,6 +1007,19 @@
 | 
				
			|||||||
  #define Y2_E_INDEX E_STEPPERS
 | 
					  #define Y2_E_INDEX E_STEPPERS
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#ifndef X2_CS_PIN
 | 
				
			||||||
 | 
					  #define X2_CS_PIN  -1
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					#ifndef X2_MS1_PIN
 | 
				
			||||||
 | 
					  #define X2_MS1_PIN -1
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					#ifndef X2_MS2_PIN
 | 
				
			||||||
 | 
					  #define X2_MS2_PIN -1
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					#ifndef X2_MS3_PIN
 | 
				
			||||||
 | 
					  #define X2_MS3_PIN -1
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// The Y2 axis, if any, should be the next open extruder port
 | 
					// The Y2 axis, if any, should be the next open extruder port
 | 
				
			||||||
#if ENABLED(Y_DUAL_STEPPER_DRIVERS)
 | 
					#if ENABLED(Y_DUAL_STEPPER_DRIVERS)
 | 
				
			||||||
  #ifndef Y2_STEP_PIN
 | 
					  #ifndef Y2_STEP_PIN
 | 
				
			||||||
@@ -1042,6 +1055,19 @@
 | 
				
			|||||||
  #define Z2_E_INDEX Y2_E_INDEX
 | 
					  #define Z2_E_INDEX Y2_E_INDEX
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#ifndef Y2_CS_PIN
 | 
				
			||||||
 | 
					  #define Y2_CS_PIN  -1
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					#ifndef Y2_MS1_PIN
 | 
				
			||||||
 | 
					  #define Y2_MS1_PIN -1
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					#ifndef Y2_MS2_PIN
 | 
				
			||||||
 | 
					  #define Y2_MS2_PIN -1
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					#ifndef Y2_MS3_PIN
 | 
				
			||||||
 | 
					  #define Y2_MS3_PIN -1
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// The Z2 axis, if any, should be the next open extruder port
 | 
					// The Z2 axis, if any, should be the next open extruder port
 | 
				
			||||||
#if Z_MULTI_STEPPER_DRIVERS
 | 
					#if Z_MULTI_STEPPER_DRIVERS
 | 
				
			||||||
  #ifndef Z2_STEP_PIN
 | 
					  #ifndef Z2_STEP_PIN
 | 
				
			||||||
@@ -1077,6 +1103,19 @@
 | 
				
			|||||||
  #define Z3_E_INDEX Z2_E_INDEX
 | 
					  #define Z3_E_INDEX Z2_E_INDEX
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#ifndef Z2_CS_PIN
 | 
				
			||||||
 | 
					  #define Z2_CS_PIN  -1
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					#ifndef Z2_MS1_PIN
 | 
				
			||||||
 | 
					  #define Z2_MS1_PIN -1
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					#ifndef Z2_MS2_PIN
 | 
				
			||||||
 | 
					  #define Z2_MS2_PIN -1
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					#ifndef Z2_MS3_PIN
 | 
				
			||||||
 | 
					  #define Z2_MS3_PIN -1
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if ENABLED(Z_TRIPLE_STEPPER_DRIVERS)
 | 
					#if ENABLED(Z_TRIPLE_STEPPER_DRIVERS)
 | 
				
			||||||
  #ifndef Z3_STEP_PIN
 | 
					  #ifndef Z3_STEP_PIN
 | 
				
			||||||
    #define Z3_STEP_PIN   _EPIN(Z3_E_INDEX, STEP)
 | 
					    #define Z3_STEP_PIN   _EPIN(Z3_E_INDEX, STEP)
 | 
				
			||||||
@@ -1108,4 +1147,17 @@
 | 
				
			|||||||
  #endif
 | 
					  #endif
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#ifndef Z3_CS_PIN
 | 
				
			||||||
 | 
					  #define Z3_CS_PIN  -1
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					#ifndef Z3_MS1_PIN
 | 
				
			||||||
 | 
					  #define Z3_MS1_PIN -1
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					#ifndef Z3_MS2_PIN
 | 
				
			||||||
 | 
					  #define Z3_MS2_PIN -1
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					#ifndef Z3_MS3_PIN
 | 
				
			||||||
 | 
					  #define Z3_MS3_PIN -1
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#undef HAS_FREE_AUX2_PINS
 | 
					#undef HAS_FREE_AUX2_PINS
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user