supermerill / SuperSlicer

G-code generator for 3D printers (Prusa, Voron, Creality, etc.)
4.04k stars 514 forks source link

First layer infill differs from next layers along Z axis #4145

Closed inovatorius closed 4 months ago

inovatorius commented 4 months ago

What happened?

First layer infill: image

The next layers: image

As if first layer has different infill percentage then the other layers.

Project file & How to reproduce

Shape-Cylinder.zip

Version

No response

Operating system

No response

Printer model

No response

supermerill commented 4 months ago

because of extrusion width It ensure it has the good coverage for the current extrusion width, and that shift everything.

I can add a setting to make it "aligned", (so it will make the infiil% wrong but for one extrusion width)

supermerill commented 4 months ago

duplicate of #4131