mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	ENH:update the msg text when the printer does not have an SD card
Change-Id: Id3c79c7415b728b91979a117f3496ecf8c3f8f45
This commit is contained in:
		
							parent
							
								
									de4e087b5b
								
							
						
					
					
						commit
						3e07db0c2a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1051,7 +1051,7 @@ void SendToPrinterDialog::show_status(PrintDialogStatus status, std::vector<wxSt
 | 
			
		|||
		Enable_Refresh_Button(true);
 | 
			
		||||
	}
 | 
			
		||||
	else if (status == PrintDialogStatus::PrintStatusNoSdcard) {
 | 
			
		||||
		wxString msg_text = _L("An SD card needs to be inserted before printing via LAN.");
 | 
			
		||||
		wxString msg_text = _L("An SD card needs to be inserted before send to printer SD card.");
 | 
			
		||||
		update_print_status_msg(msg_text, true, true);
 | 
			
		||||
		Enable_Send_Button(false);
 | 
			
		||||
		Enable_Refresh_Button(true);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue