Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layer After Raft Is Not Considered First Layer! #6166

Closed
Ayhamkutit opened this issue Mar 2, 2021 · 2 comments
Closed

Layer After Raft Is Not Considered First Layer! #6166

Ayhamkutit opened this issue Mar 2, 2021 · 2 comments

Comments

@Ayhamkutit
Copy link

Version

2.3

Operating system type + version

Windows 10

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

Ender 3 (Marlin 2.0)

Behavior

When raft is enabled, the layer above the raft is not considered an initial layer - the raft is considered an initial layer instead.

This causes most of the ABS and PETG prints to fail due to the high speed of printing since there's no control for the speed 2nd layer .

Expected Behavior

PrusaSlicer should not consider the raft an initial layer, the initial layer should be the actual first layer above the raft.

@lukasmatena
Copy link
Collaborator

I think that current behavior is correct. From my point of view, the first layer is the one that has no plastic below. I always thought that the reason some parameters are separated for the first layer is because printing on bed differs from printing on plastic. If your object does not print on raft because of too high speed, I'd consider lowering the overall speed or use layer range modifier.
I think we should close the issue unless someone comes with a different opinion.

@bubnikv
Copy link
Collaborator

bubnikv commented Aug 31, 2021

Fixed with b29c0ea
Implemented configurable speed and acceleration settings for the first
object layer over raft interface:
"first_layer_speed_over_raft", "first_layer_acceleration_over_raft".
Fixes I have a question about the speed of the first layer after the raft. #6623
Fixes Layer After Raft Is Not Considered First Layer! #6166

The fix will be released with PrusaSlicer 2.4.0-alpha1.

@bubnikv bubnikv closed this as completed Aug 31, 2021
bubnikv added a commit that referenced this issue Sep 1, 2021
object layer over raft interface:
"first_layer_speed_over_raft", "first_layer_acceleration_over_raft".
Fixes I have a question about the speed of the first layer after the raft. #6623
Fixes Layer After Raft Is Not Considered First Layer! #6166
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants