mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 03:12:07 +00:00
FIX: spiral vase not support timelapse for i3 structure
Jira: XXXX Change-Id: I2dd5c285c4d687d72a2dfcf94d0ff75a4d5dd498
This commit is contained in:
@@ -3019,7 +3019,7 @@ wxString Plater::get_slice_warning_string(GCodeProcessorResult::SliceWarning& wa
|
||||
} 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) {
|
||||
return _L("Enable traditional timelapse will cause artifacts on this model.");
|
||||
return _L("Enabling traditional timelapse photography may cause surface imperfections. It is recommended to change to smooth mode.");
|
||||
} else {
|
||||
return wxString(warning.msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user