mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
ENH: Support: set the float air warning also to non-critical
JIRA: STUDIO-4217 Change-Id: Ic587acde0a566e4ea5217a5dc4f1ab8b6b155f5c
This commit is contained in:
parent
18a3b8b757
commit
4bb913bcc8
1 changed files with 1 additions and 4 deletions
|
@ -477,10 +477,7 @@ void PrintObject::generate_support_material()
|
||||||
{LargeOverhang,L("large overhangs")} };
|
{LargeOverhang,L("large overhangs")} };
|
||||||
std::string warning_message = format(L("It seems object %s has %s. Please re-orient the object or enable support generation."),
|
std::string warning_message = format(L("It seems object %s has %s. Please re-orient the object or enable support generation."),
|
||||||
this->model_object()->name, reasons[sntype]);
|
this->model_object()->name, reasons[sntype]);
|
||||||
if (SharpTail == sntype)
|
this->active_step_add_warning(PrintStateBase::WarningLevel::NON_CRITICAL, warning_message, PrintStateBase::SlicingNeedSupportOn);
|
||||||
this->active_step_add_warning(PrintStateBase::WarningLevel::CRITICAL, warning_message, PrintStateBase::SlicingNeedSupportOn);
|
|
||||||
else
|
|
||||||
this->active_step_add_warning(PrintStateBase::WarningLevel::NON_CRITICAL, warning_message, PrintStateBase::SlicingNeedSupportOn);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue