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.75k stars 1.93k forks source link

Parts of layer 1 missing after slicing #11113

Open StunBmun opened 1 year ago

StunBmun commented 1 year ago

Description of the bug

Printing a jigsaw puzzle, about 200x167mm and 100+ pieces. Source is an AutoCAD drawing exported to STL.

Here is the 1st layer after slicing: image

Here is the 2nd layer: image

The number of pieces missing the 1st layer varies from 1 to about a dozen, located randomly within the puzzle.

The result is a very rough bottom surface to the affected puzzle pieces.

Project file & How to reproduce

Jigsaw 2023 B.zip

Checklist of files included above

Version of PrusaSlicer

2.6.0

Operating system

Windows 11

Printer model

Prusa MK3S+

sarusani commented 1 year ago

There's some problem with Elephant foot compensation. When you set it to 0, the first layer of your model will be sliced correctly.

JohnOCFII commented 1 year ago

You might also benefit from improving the STL / reducing the number of errors.

Screenshot 2023-08-13 at 3 30 00 PM
morphias2004 commented 9 months ago

Same issue and there are no errors in my models. This is present is PS 2.7.1.

image

image

The only solution is to set elephant foot compensation to 0 and use a deburring tool to clean up the finished parts.

For prints that involve multi colour or multi material with chamfers directly off the build plate; is will generate perimeters in mid air as well, resulting in prints that fail in the first few layers.

image

image

J-Hoh commented 6 months ago

I believe i encountered the same or atleast a related bug. Here's the file im trying to print: https://www.thingiverse.com/thing:6379400/files the usb3cablecheckdeckelsicht.stl is the one causing trouble:

Screenshot 2024-05-15 172247 Screenshot 2024-05-15 172219 Screenshot 2024-05-15 172206

It's like its split into 2 objects, the lower plate and the tiny standouts letting the lid clip onto the actual casing. measuring in prusa slicer says those are apart by 0.002mm. Printing in 0.15mm layers is fine, switching to the default 0.2mm preset causes a layer to just go missing 🤷

Screenshot 2024-05-15 172942

Hope this helps in debugging

neophyl commented 6 months ago

J-Hoh your model is not the same issue at all. The reason theres a gap when sliced is that there actually is a gap on the model. image

If the layer height falls into the gap then you get a layer 'missed'. It is not actually missing though as its there on the model. Change the slice layer height to 0.1 for example and no more gap as parameters of the slice are different. Of course the best fix is to actually fix the model so that it doesn't have a gap in the geometry