committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							8fb3074901
						
					
				
				
					commit
					4c84769a81
				
			@@ -672,8 +672,9 @@ void resume_print(const_float_t slow_load_length/*=0*/, const_float_t fast_load_
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  // If resume_position is negative
 | 
					  // If resume_position is negative
 | 
				
			||||||
  if (resume_position.e < 0) unscaled_e_move(resume_position.e, feedRate_t(PAUSE_PARK_RETRACT_FEEDRATE));
 | 
					  if (resume_position.e < 0) unscaled_e_move(resume_position.e, feedRate_t(PAUSE_PARK_RETRACT_FEEDRATE));
 | 
				
			||||||
  #if ADVANCED_PAUSE_RESUME_PRIME != 0
 | 
					  #ifdef ADVANCED_PAUSE_RESUME_PRIME
 | 
				
			||||||
    unscaled_e_move(ADVANCED_PAUSE_RESUME_PRIME, feedRate_t(ADVANCED_PAUSE_PURGE_FEEDRATE));
 | 
					    if (ADVANCED_PAUSE_RESUME_PRIME != 0)
 | 
				
			||||||
 | 
					      unscaled_e_move(ADVANCED_PAUSE_RESUME_PRIME, feedRate_t(ADVANCED_PAUSE_PURGE_FEEDRATE));
 | 
				
			||||||
  #endif
 | 
					  #endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Now all extrusion positions are resumed and ready to be confirmed
 | 
					  // Now all extrusion positions are resumed and ready to be confirmed
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user