mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Check instances for collision (#11866)
This commit is contained in:
@@ -1194,7 +1194,7 @@ StringObjectException Print::validate(StringObjectException *warning, Polygons*
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_config.print_sequence == PrintSequence::ByObject && m_objects.size() > 1) {
|
if (m_config.print_sequence == PrintSequence::ByObject && (m_objects.size() > 1 || m_objects[0]->instances().size() > 1)) {
|
||||||
if (m_config.timelapse_type == TimelapseType::tlSmooth)
|
if (m_config.timelapse_type == TimelapseType::tlSmooth)
|
||||||
return {L("Smooth mode of timelapse is not supported when \"by object\" sequence is enabled.")};
|
return {L("Smooth mode of timelapse is not supported when \"by object\" sequence is enabled.")};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user