Fix M1001 auto-check logic (#20456)
This commit is contained in:
		
				
					committed by
					
						 Scott Lahteine
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							0b0eb6a119
						
					
				
				
					commit
					a59164d5c8
				
			| @@ -65,7 +65,7 @@ | ||||
|  */ | ||||
| void GcodeSuite::M1001() { | ||||
|   // If there's another auto#.g file to run... | ||||
|   if (TERN(NO_SD_AUTOSTART, false, card.autofile_check())) return; | ||||
|   if (TERN(NO_SD_AUTOSTART, false, !card.autofile_check())) return; | ||||
|  | ||||
|   // Purge the recovery file... | ||||
|   TERN_(POWER_LOSS_RECOVERY, recovery.purge()); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user