You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The model no longer slices correctly once it has been split to parts with custom infill settings for each part. Parts are missing their top/bottom infill, and the affected parts varies depending on orientation.
The screenshot shows two instances of the same model. Four tail parts and the legs have 25% infill, the next piece 15%, and the other three (head, arms, chest) 10%.
Fiddling the infill values (e.g. 11%) seems to affect the result.
Seen in 2.7.0-rc2, but also 2.6.1. I last sliced this successfully on 2.5.0.
…reported in #11721.
The temporary variable used for reordering ExPolygons wasn't cleared, and it contained empty ExPolygons from previous reordering. This caused those empty ExPolygons replaced actual ExPolygons for infill.
Another issue was that m_fill_expolygons was reordered, but m_fill_expolygons_bboxes were left untouched.
Description of the bug
The model no longer slices correctly once it has been split to parts with custom infill settings for each part. Parts are missing their top/bottom infill, and the affected parts varies depending on orientation.
The screenshot shows two instances of the same model. Four tail parts and the legs have 25% infill, the next piece 15%, and the other three (head, arms, chest) 10%.
Fiddling the infill values (e.g. 11%) seems to affect the result.
Seen in 2.7.0-rc2, but also 2.6.1. I last sliced this successfully on 2.5.0.
Project file & How to reproduce
Flexi-Rex-tree-decorations-bug.zip
Checklist of files included above
Version of PrusaSlicer
2.7.0-rc2
Operating system
Ubuntu 22.04
Printer model
Mk3S+
The text was updated successfully, but these errors were encountered: