From dbe61652c772a7582ae3e26c34e797c2a2c160c5 Mon Sep 17 00:00:00 2001 From: Stone Li Date: Thu, 2 Mar 2023 10:02:42 +0800 Subject: [PATCH] ENH: give a tips when printer model is different Change-Id: I387f2dd74e80efc4c0fbbd5d39faeb29ac2a9581 Signed-off-by: Stone Li --- src/slic3r/GUI/SelectMachine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/SelectMachine.cpp b/src/slic3r/GUI/SelectMachine.cpp index a64588c25..53d0ec40f 100644 --- a/src/slic3r/GUI/SelectMachine.cpp +++ b/src/slic3r/GUI/SelectMachine.cpp @@ -1989,7 +1989,7 @@ void SelectMachineDialog::on_ok_btn(wxCommandEvent &event) std::vector 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)