ENH: update plate text and filament printable warning

jira: none

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Id9ec632b6d663a5060e63bf151fc277411cced0a
This commit is contained in:
qing.zhang 2024-11-06 18:14:32 +08:00 committed by Lane.Wei
parent 68807ca3ee
commit 3921adb342
2 changed files with 2 additions and 2 deletions

View File

@ -9534,7 +9534,7 @@ void GLCanvas3D::_set_warning_notification(EWarning warning, bool state)
warning += std::to_string(filament + 1);
warning+=" ";
}
text = (boost::format(_u8L("filaments %s cannot be printed directly on the surface of %s")) % warning % m_gcode_viewer.filament_printable_reuslt.plate_name).str();
text = (boost::format(_u8L("filaments %s cannot be printed directly on the surface of this plate")) % warning ).str();
error = ErrorType::SLICING_ERROR;
break;
}

View File

@ -3040,7 +3040,7 @@ void TabFilament::build()
line.append_option(optgroup->get_option("supertack_plate_temp"));
optgroup->append_line(line);
line = { L("Cool Plate / PLA Plate"), L("Bed temperature when cool plate is installed. Value 0 means the filament does not support to print on the Cool Plate") };
line = { L("Cool Plate"), L("Bed temperature when cool plate is installed. Value 0 means the filament does not support to print on the Cool Plate") };
line.append_option(optgroup->get_option("cool_plate_temp_initial_layer"));
line.append_option(optgroup->get_option("cool_plate_temp"));
optgroup->append_line(line);