mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06:00
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 <xun.zhang@bambulab.com> Change-Id: I1f611ee18faa5820a26443a13614f68f3e6ba780
This commit is contained in:
parent
b946308f03
commit
c29a38d91b
1 changed files with 2 additions and 2 deletions
|
@ -2287,8 +2287,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_->is_printer_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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue