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

Custom extrusion width for first layer width does not effect raft if only one raft layer. #7136

Open Wallby opened 3 years ago

Wallby commented 3 years ago

Version

2.3.3+linux-x64

Operating system type + version

LMDE4 Debbie (Cinnamon 5.0.5, linux 4.19.0-17-amd64)

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

Not relevant (custom printer, not a preset).

Behavior

Settings.. Extrusion width for first layer is 1mm, default extrusion width is 0.45mm

The reason that I have set the extrusion width for the first layer to 1mm, is because when I set it "too thin", the print won't stick (using glass). The 1mm thick lines print fine with the raft, but the "raft lines" don't stick.

Project File (.3MF) where problem occurs

Ask if desired.

bubnikv commented 2 years ago

Do you still have the issue with https://github.com/prusa3d/PrusaSlicer/releases/tag/version_2.4.0-beta3 ? We have reworked rafts a lot since 2.3.3.

Wallby commented 2 years ago

@bubnikv tested (on windows 10 this time for convenience, but still build 2.4.0-beta3).. figured out that the extrusion width for the raft is the "support" extrusion width. This works in 2.3.3 as well. The issue persists.. i.e. in the following image there are two raft layers and for the light green raft layer the first layer width is used.. image In the following image, however, there is only one raft layer (the dark green one) to which the first layer width is not applied (though it is the first layer). image

Wallby commented 2 years ago

It seems that knowing this it is possible to just add two raft layers instead of one and that would be a solution, but this still seems a bit weird no?

bubnikv commented 2 years ago

thanks for investigation