ENH: give a tips when printer model is different
Change-Id: I387f2dd74e80efc4c0fbbd5d39faeb29ac2a9581 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
70c1d86069
commit
dbe61652c7
|
@ -1989,7 +1989,7 @@ void SelectMachineDialog::on_ok_btn(wxCommandEvent &event)
|
|||
std::vector<wxString> confirm_text;
|
||||
confirm_text.push_back(_L("Please check the following infomation and click Confirm to continue sending print:") + "\n");
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
//Check Printer Model Id
|
||||
bool is_same_printer_type = is_same_printer_model();
|
||||
if (!is_same_printer_type)
|
||||
|
|
Loading…
Reference in New Issue