* SD Status auto-report feature Feature Request #9751
This commit is contained in:
		
				
					committed by
					
						 Scott Lahteine
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							7bdb98c946
						
					
				
				
					commit
					eb079959fb
				
			| @@ -139,5 +139,12 @@ void GcodeSuite::M115() { | ||||
|       #endif | ||||
|     ); | ||||
|  | ||||
|     // AUTOREPORT_SD_STATUS (M27 extension) | ||||
|     cap_line(PSTR("AUTOREPORT_SD_STATUS") | ||||
|       #if ENABLED(AUTO_REPORT_SD_STATUS) | ||||
|         , true | ||||
|       #endif | ||||
|     ); | ||||
|  | ||||
|   #endif // EXTENDED_CAPABILITIES_REPORT | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user