mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 12:36:02 +08:00
Follow-up to 1912b834b19968f114c9f0ed41895fb30ab5e35b
Fixed a typo in SupportSpotsGenerator, where thin fills were pulled from an incorrect region.
This commit is contained in:
parent
25dffb9c2f
commit
6f20c68c8d
@ -617,7 +617,6 @@ std::tuple<ObjectPart, float> build_object_part_from_slice(const LayerSlice &sli
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const LayerRegion *thin_fill_region = layer->get_region(island.fill_region_id);
|
|
||||||
for (const auto &thin_fill_idx : island.thin_fills) {
|
for (const auto &thin_fill_idx : island.thin_fills) {
|
||||||
add_extrusions_to_object(perimeter_region->thin_fills().entities[thin_fill_idx], perimeter_region);
|
add_extrusions_to_object(perimeter_region->thin_fills().entities[thin_fill_idx], perimeter_region);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user