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.63k stars 1.92k forks source link

"Export as .stl" scaling not applied on scaled object instances #7464

Open jhlchu opened 2 years ago

jhlchu commented 2 years ago

Version

2.3.0

Operating system type + version

Win10x64

3D printer brand / version + firmware version (if known)

Prusa Mk3S + Latest FW

Behavior

Possible Cause

This behaviour seems to be specific to transformation applied on object instances. Exported stl is using transform parameters (in this case scaling factor) of the root object, rather than instance objects. Applying 300% scaling to object, then instancing it, all instance have correct 300% scaling but root object has original 100% scaling. Export as stl is using root object parameters to export rather in the highlighted instance object that users would expect to be exported.

Is this a new feature request? No

supermerill commented 2 years ago

fixed in 2.3.1 and 2.4.0 but it returned in 2.4.1 it seems.