Fix a couple of simple typos
This commit is contained in:
		
							parent
							
								
									0b2c608d2f
								
							
						
					
					
						commit
						260bbb3109
					
				| @ -175,7 +175,7 @@ | ||||
|  */ | ||||
| #if ENABLED(SWITCHING_EXTRUDER) | ||||
|   #if ENABLED(DUAL_X_CARRIAGE) | ||||
|     #error "SINGLENOZZLE and DUAL_X_CARRIAGE are incompatible." | ||||
|     #error "SWITCHING_EXTRUDER and DUAL_X_CARRIAGE are incompatible." | ||||
|   #elif EXTRUDERS != 2 | ||||
|     #error "SWITCHING_EXTRUDER requires exactly 2 EXTRUDERS." | ||||
|   #elif NUM_SERVOS < 1 | ||||
|  | ||||
| @ -72,7 +72,7 @@ | ||||
|   #define X2_ENABLE_INIT SET_OUTPUT(X2_ENABLE_PIN) | ||||
|   #define X2_ENABLE_WRITE(STATE) WRITE(X2_ENABLE_PIN,STATE) | ||||
|   #define X2_ENABLE_READ READ(X_ENABLE_PIN) | ||||
| #endif // DUAL_X_CARRIAGE
 | ||||
| #endif | ||||
| 
 | ||||
| // Y motor
 | ||||
| #define Y_STEP_INIT SET_OUTPUT(Y_STEP_PIN) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user