mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue