mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
ENH: modify a tips when sending a print job
Change-Id: Ia1b0fc6444a02aa6b1827f42573aba789afe6a86 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
db8a66e49e
commit
04bbcf1122
1 changed files with 2 additions and 2 deletions
|
@ -1774,7 +1774,7 @@ bool SelectMachineDialog::is_same_printer_model()
|
|||
|
||||
void SelectMachineDialog::on_ok_btn(wxCommandEvent &event)
|
||||
{
|
||||
wxString confirm_text = _L("Please check the following infomation:\n");
|
||||
wxString confirm_text = _L("Please check the following infomation and click Confirm to continue sending print:\n");
|
||||
|
||||
//Check Printer Model Id
|
||||
bool is_same_printer_type = is_same_printer_model();
|
||||
|
@ -1803,7 +1803,7 @@ void SelectMachineDialog::on_ok_btn(wxCommandEvent &event)
|
|||
if (!is_same_printer_type
|
||||
|| has_slice_warnings
|
||||
) {
|
||||
wxString confirm_title = _L("Confirm");
|
||||
wxString confirm_title = _L("Warning");
|
||||
SecondaryCheckDialog confirm_dlg(this, wxID_ANY, confirm_title);
|
||||
confirm_dlg.update_text(confirm_text);
|
||||
if (confirm_dlg.ShowModal() == wxID_YES) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue