Show un-mounted media slot (#20005)
This commit is contained in:
		
				
					committed by
					
						 Scott Lahteine
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							2ae8014da7
						
					
				
				
					commit
					65383dd616
				
			| @@ -336,7 +336,7 @@ void MarlinUI::draw_status_screen() { | ||||
|  | ||||
|   #if ENABLED(TOUCH_SCREEN) | ||||
|     add_control(256, 130, menu_main, imgSettings); | ||||
|     TERN_(SDSUPPORT, add_control(0, 130, menu_media, imgSD, card.isMounted() && !printingIsActive(), COLOR_CONTROL_ENABLED, card.isMounted() && printingIsActive() ? COLOR_BUSY : COLOR_CONTROL_DISABLED)); | ||||
|     TERN_(SDSUPPORT, add_control(0, 130, menu_media, imgSD, !printingIsActive(), COLOR_CONTROL_ENABLED, card.isMounted() && printingIsActive() ? COLOR_BUSY : COLOR_CONTROL_DISABLED)); | ||||
|   #endif | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -341,7 +341,7 @@ void MarlinUI::draw_status_screen() { | ||||
|  | ||||
|   #if ENABLED(TOUCH_SCREEN) | ||||
|     add_control(404, 180, menu_main, imgSettings); | ||||
|     TERN_(SDSUPPORT, add_control(12, 180, menu_media, imgSD, card.isMounted() && !printingIsActive(), COLOR_CONTROL_ENABLED, card.isMounted() && printingIsActive() ? COLOR_BUSY : COLOR_CONTROL_DISABLED)); | ||||
|     TERN_(SDSUPPORT, add_control(12, 180, menu_media, imgSD, !printingIsActive(), COLOR_CONTROL_ENABLED, card.isMounted() && printingIsActive() ? COLOR_BUSY : COLOR_CONTROL_DISABLED)); | ||||
|   #endif | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user