mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
FIX: several small fixs
Change-Id: Iee10daeedae924fa829148841556e31eb5e9d225 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
0dd5057b4d
commit
bde96c1542
4 changed files with 10 additions and 4 deletions
|
@ -1606,7 +1606,7 @@ void SelectMachineDialog::show_status(PrintDialogStatus status, std::vector<wxSt
|
|||
} else if (status == PrintDialogStatus::PrintStatusConnectingServer) {
|
||||
wxString msg_text = _L("Connecting to server");
|
||||
update_print_status_msg(msg_text, true, true);
|
||||
Enable_Send_Button(true);
|
||||
Enable_Send_Button(false);
|
||||
Enable_Refresh_Button(true);
|
||||
} else if (status == PrintDialogStatus::PrintStatusReading) {
|
||||
wxString msg_text = _L("Synchronizing device information");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue