mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-23 21:05:31 -07:00
FIX: cannot cali for single nozzle printer
jira: none Change-Id: I1cc0e5e4b0f9db2a66694c894f96a14047fde9e5 (cherry picked from commit 7bd3a5218af9f3d172090a80da447c4f2bbfff61)
This commit is contained in:
parent
f6bfad9de1
commit
2ee934a7ee
4 changed files with 16 additions and 6 deletions
|
|
@ -1173,6 +1173,11 @@ void MachineObject::reset_mapping_result(std::vector<FilamentInfo>& result)
|
|||
}
|
||||
}
|
||||
|
||||
bool MachineObject::is_multi_extruders() const
|
||||
{
|
||||
return m_nozzle_data.total_nozzle_count > 1;
|
||||
}
|
||||
|
||||
bool MachineObject::is_bbl_filament(std::string tag_uid)
|
||||
{
|
||||
if (tag_uid.empty())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue