ENH: refine tl temp check logic and tip

1. refine warning tips

jira:STUDIO-4532

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: Ida6f8a8a4fca5cf8cf04e622bd2f3af1baf82d52
This commit is contained in:
xun.zhang 2023-09-21 10:49:32 +08:00 committed by Lane.Wei
parent 01f13afa56
commit 6487b2d0e8
2 changed files with 3 additions and 3 deletions

View file

@ -2847,7 +2847,7 @@ wxColour Plater::get_next_color_for_filament()
wxString Plater::get_slice_warning_string(GCodeProcessorResult::SliceWarning& warning)
{
if (warning.msg == BED_TEMP_TOO_HIGH_THAN_FILAMENT) {
return _L("The bed temperature exceeds filament's vitrification temperature. Please open the front door of printer before printing to avoid nozzle clog.");
return _L("The current hot bed temperature is relatively high.The nozzle may be clogged when printing this filament in a closed enclosure.");
} else if (warning.msg == NOZZLE_HRC_CHECKER) {
return _L("The nozzle hardness required by the filament is higher than the default nozzle hardness of the printer. Please replace the hardened nozzle or filament, otherwise, the nozzle will be attrited or damaged.");
} else if (warning.msg == NOT_SUPPORT_TRADITIONAL_TIMELAPSE) {