mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
ENH: refine open door printing tip
jira:STUDIO-4532 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I887e6b2bec90facbe9722622be4d7e7d0ee35796
This commit is contained in:
parent
241d10c637
commit
1c0e3e2e96
1 changed files with 1 additions and 1 deletions
|
@ -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 current hot bed temperature is relatively high.The nozzle may be clogged when printing this filament in a closed enclosure.");
|
||||
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) {
|
||||
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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue