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.6k stars 1.91k forks source link

Thumbnails ignore modifiers #9046

Open Sargastic opened 1 year ago

Sargastic commented 1 year ago

Description of the bug

The generated thumbnaisl do not take modifiers (negative ones, at least) into account.

Project file & How to reproduce

Here are a (useless) 3MF and associated GCODE, and scrennshots. Bug-01.zip Screenshots.zip

Checklist of files included above

Version of PrusaSlicer

2.5.0

Operating system

Linux Gentoo

Printer model

Prusa MK3 S

DragonFinlay commented 1 year ago

The issue is that the thumbnail displays the unsliced 3D model. When using modifiers, the mesh is not actually changed, so the preview doesn't display modifiers. I'm not sure if we will have thumbnail options in the future, but for now there's unfortunately not much you can do.

Keeping this open for future reference.

Sargastic commented 1 year ago

Ok no big deal, thanks for the answer.