mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-02 15:52:14 +00:00
FIX: add wipe tower for arrangement when timelapse_type is smooth
JIRA: STUDIO-4179 Change-Id: I45056a1b3d7316816b4919cd8185f914d6ad16f4 (cherry picked from commit bad658a228b3697ff1cbdbc45e038641cc5e3e24)
This commit is contained in:
@@ -1125,8 +1125,7 @@ private:
|
||||
for (const Item &item : config_.m_excluded_regions) { excludes.push_back(item.transformedShape()); }
|
||||
for (const Item &item : items_) {
|
||||
if (item.isFixed()) {
|
||||
if (!(item.is_wipe_tower && !need_wipe_tower))
|
||||
excludes.push_back(item.transformedShape());
|
||||
excludes.push_back(item.transformedShape());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user