mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
ENH: support extension fan check
jira: [STUDIO-14122] Change-Id: I67c2dff7853fb9f8d1098364f2ecec6dee1a18f1 (cherry picked from commit 022fb9d2e27402c51529b477c75af417c43ead17)
This commit is contained in:
@@ -4572,6 +4572,11 @@ void SelectMachineDialog::UpdateStatusCheckWarning_ExtensionTool(MachineObject*
|
||||
return;
|
||||
}
|
||||
|
||||
if (!DevPrinterConfigUtil::support_print_check_extension_fan_f000_mounted(obj_->printer_type))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (auto extension_tool = obj_->GetExtensionTool().lock())
|
||||
{
|
||||
if (extension_tool->IsToolTypeFanF000() && !extension_tool->IsMounted() )
|
||||
|
||||
Reference in New Issue
Block a user