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:
parent
68807ca3ee
commit
3921adb342
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue