🧑💻 Handle PLR in manage_media
This commit is contained in:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							7fa2dcedda
						
					
				
				
					commit
					f35404f853
				
			@@ -49,7 +49,7 @@ void GcodeSuite::M413() {
 | 
			
		||||
    if (parser.seen_test('P')) recovery.purge();
 | 
			
		||||
    if (parser.seen_test('D')) recovery.debug(F("M413"));
 | 
			
		||||
    if (parser.seen_test('O')) recovery._outage(true);
 | 
			
		||||
    if (parser.seen_test('C')) recovery.check();
 | 
			
		||||
    if (parser.seen_test('C')) (void)recovery.check();
 | 
			
		||||
    if (parser.seen_test('E')) SERIAL_ECHOF(recovery.exists() ? F("PLR Exists\n") : F("No PLR\n"));
 | 
			
		||||
    if (parser.seen_test('V')) SERIAL_ECHOF(recovery.valid() ? F("Valid\n") : F("Invalid\n"));
 | 
			
		||||
  #endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user