ENH: GUI: refine the text spacing for some warning
JIRA: no jira Change-Id: I6d6a6e1e103a3c67ed6c93847877753bbe7c4691
This commit is contained in:
parent
7648c15882
commit
fd2c7cc17c
|
@ -3006,7 +3006,7 @@ wxColour Plater::get_next_color_for_filament()
|
||||||
wxString Plater::get_slice_warning_string(GCodeProcessorResult::SliceWarning& warning)
|
wxString Plater::get_slice_warning_string(GCodeProcessorResult::SliceWarning& warning)
|
||||||
{
|
{
|
||||||
if (warning.msg == BED_TEMP_TOO_HIGH_THAN_FILAMENT) {
|
if (warning.msg == BED_TEMP_TOO_HIGH_THAN_FILAMENT) {
|
||||||
return _L("The current hot bed temperature is relatively high.The nozzle may be clogged when printing this filament in a closed enclosure.Please open the front door and/or remove the upper glass.");
|
return _L("The current hot bed temperature is relatively high. The nozzle may be clogged when printing this filament in a closed enclosure. Please open the front door and/or remove the upper glass.");
|
||||||
} else if (warning.msg == NOZZLE_HRC_CHECKER) {
|
} 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.");
|
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) {
|
} else if (warning.msg == NOT_SUPPORT_TRADITIONAL_TIMELAPSE) {
|
||||||
|
|
Loading…
Reference in New Issue