prusa3d / PrusaSlicer

G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)
https://www.prusa3d.com/prusaslicer/
GNU Affero General Public License v3.0
7.79k stars 1.94k forks source link

Small Items on a Raft have overlapping Raft which shows an error #13616

Open BrienKing opened 1 week ago

BrienKing commented 1 week ago

Description of the bug

Small Items on a Raft have overlapping Raft which shows an error.

image

Project file & How to reproduce

Slice this 3MF file.

100x Prusa MK3S+ .4N .3L ABS Any Coin Pegs.zip

Checklist of files included above

Version of PrusaSlicer

2.8.1

Operating system

Windows 10

Printer model

MK3S+ but it has the same issue on my XL

u89djt commented 1 week ago

(fellow user following the hub) It's not because they're small, it's because they're positioned in a way that means the rafts overlap. This happens with any aspect of support when distinct objects are close to each other. You either have to move them further apart as the warning suggests, or merge them into a single object so the raft is generated for everything together. Set them all as separate objects image Consider optimizing the arrangement image Then select them all and right click->merge. image And the slice works image

BrienKing commented 1 week ago

Thanks for the work-around. It would be nice that if it could detect the overlap and automatically merge the rafts.

BrienKing commented 1 week ago

One caveat to this, each object has to be separate object in order to do the merge. Setting the Instance count doesn't work. What I did was, I selected all of the instances, right clicked on them, then selected "Set as Separated object". I was then able to select all of those and select the "Merge". This then generated the Raft the way I needed it.

u89djt commented 1 week ago

Yep, first sreenshot shows the right click menu.