Fix some Power Loss Recovery behaviors (#18558)
This commit is contained in:
		@@ -50,6 +50,9 @@ void GcodeSuite::M413() {
 | 
			
		||||
    if (parser.seen("RL")) recovery.load();
 | 
			
		||||
    if (parser.seen('W')) recovery.save(true);
 | 
			
		||||
    if (parser.seen('P')) recovery.purge();
 | 
			
		||||
    #if PIN_EXISTS(POWER_LOSS)
 | 
			
		||||
      if (parser.seen('O')) recovery._outage();
 | 
			
		||||
    #endif
 | 
			
		||||
    if (parser.seen('E')) serialprintPGM(recovery.exists() ? PSTR("PLR Exists\n") : PSTR("No PLR\n"));
 | 
			
		||||
    if (parser.seen('V')) serialprintPGM(recovery.valid() ? PSTR("Valid\n") : PSTR("Invalid\n"));
 | 
			
		||||
  #endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user