fixed compilation
This commit is contained in:
		@@ -103,7 +103,7 @@ FORCE_INLINE void serialprintPGM(const char *str)
 | 
				
			|||||||
void get_command();
 | 
					void get_command();
 | 
				
			||||||
void process_commands();
 | 
					void process_commands();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void manage_inactivity();
 | 
					void manage_inactivity(bool ignore_stepper_queue=false)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined(DUAL_X_CARRIAGE) && defined(X_ENABLE_PIN) && X_ENABLE_PIN > -1 \
 | 
					#if defined(DUAL_X_CARRIAGE) && defined(X_ENABLE_PIN) && X_ENABLE_PIN > -1 \
 | 
				
			||||||
    && defined(X2_ENABLE_PIN) && X2_ENABLE_PIN > -1
 | 
					    && defined(X2_ENABLE_PIN) && X2_ENABLE_PIN > -1
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4312,7 +4312,7 @@ void handle_status_leds(void) {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void manage_inactivity(bool ignore_stepper_queue=false)
 | 
					void manage_inactivity(bool ignore_stepper_queue/*=false*/) //default argument set in Marlin.h
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
#if defined(KILL_PIN) && KILL_PIN > -1
 | 
					#if defined(KILL_PIN) && KILL_PIN > -1
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user