mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-21 20:12:16 -07:00
ENH: support extension fan check
jira: [STUDIO-14122] Change-Id: I67c2dff7853fb9f8d1098364f2ecec6dee1a18f1 (cherry picked from commit 022fb9d2e27402c51529b477c75af417c43ead17)
This commit is contained in:
parent
8e82c0f086
commit
55ed67ef23
2 changed files with 8 additions and 0 deletions
|
|
@ -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() )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue