From bfe0cb823d3e78ba2acf672c7ff560f01f0e6b1b Mon Sep 17 00:00:00 2001 From: "xun.zhang" Date: Thu, 12 Oct 2023 18:23:10 +0800 Subject: [PATCH] ENH: do not pop up open door tip 1. Do not pop up open door tip. Write the info to slicer info jira: [NEW] Signed-off-by: xun.zhang Change-Id: I1f611ee18faa5820a26443a13614f68f3e6ba780 --- src/slic3r/GUI/SelectMachine.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slic3r/GUI/SelectMachine.cpp b/src/slic3r/GUI/SelectMachine.cpp index 3e8be07b6..3c18f0408 100644 --- a/src/slic3r/GUI/SelectMachine.cpp +++ b/src/slic3r/GUI/SelectMachine.cpp @@ -2379,8 +2379,8 @@ void SelectMachineDialog::on_ok_btn(wxCommandEvent &event) for (auto warning : plate->get_slice_result()->warnings) { if (warning.msg == BED_TEMP_TOO_HIGH_THAN_FILAMENT) { if ((obj_->get_printer_is_enclosed())){ - confirm_text.push_back(Plater::get_slice_warning_string(warning) + "\n"); - has_slice_warnings = true; + // confirm_text.push_back(Plater::get_slice_warning_string(warning) + "\n"); + // has_slice_warnings = true; } } else if (warning.msg == NOT_SUPPORT_TRADITIONAL_TIMELAPSE) {