mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
Fix compile error
This commit is contained in:
@@ -1175,6 +1175,12 @@ void MachineObject::reset_mapping_result(std::vector<FilamentInfo>& result)
|
||||
}
|
||||
}
|
||||
|
||||
bool MachineObject::is_main_extruder_on_left() const
|
||||
{
|
||||
// only means the extruder is on the left hand when extruder id is 0
|
||||
return false;
|
||||
}
|
||||
|
||||
bool MachineObject::is_multi_extruders() const
|
||||
{
|
||||
return m_extder_data.total_extder_count > 1;
|
||||
|
||||
Reference in New Issue
Block a user