Fix DELTA_CALIBRATION_MENU recursive call (#16656)
This commit is contained in:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							838a420e27
						
					
				
				
					commit
					95d5a0c480
				
			@@ -88,7 +88,7 @@ void GcodeSuite::G29() {
 | 
			
		||||
    case MeshStart:
 | 
			
		||||
      mbl.reset();
 | 
			
		||||
      mbl_probe_index = 0;
 | 
			
		||||
      if (!ui.wait_for_bl_move) {
 | 
			
		||||
      if (!ui.wait_for_move) {
 | 
			
		||||
        queue.inject_P(PSTR("G28\nG29 S2"));
 | 
			
		||||
        return;
 | 
			
		||||
      }
 | 
			
		||||
@@ -148,7 +148,7 @@ void GcodeSuite::G29() {
 | 
			
		||||
        #endif
 | 
			
		||||
 | 
			
		||||
        #if ENABLED(LCD_BED_LEVELING)
 | 
			
		||||
          ui.wait_for_bl_move = false;
 | 
			
		||||
          ui.wait_for_move = false;
 | 
			
		||||
        #endif
 | 
			
		||||
      }
 | 
			
		||||
      break;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user