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

raft generation bug? #1275

Closed
RudolphRiedel opened this issue Sep 30, 2018 · 8 comments
Closed

raft generation bug? #1275

RudolphRiedel opened this issue Sep 30, 2018 · 8 comments
Labels

Comments

@RudolphRiedel
Copy link

Version

1.41.1-beta win64

Operating system type + version

Win10

Behavior

I have a smal object that needs a raft and I would like to print a few of these, I tried six.

Now the problem is that Slic3r does not generate a single raft for the six objects but six smaller and interlocking rafts:

slic3rpe_1 41 1_raft

slic3rpe_1 41 1_raft2

The result is that the first raft segment is printed and from the second onwards it is only a mess on the printbed.
How do I tell Slic3r to print a single raft for all the objects combined?

@bubnikv
Copy link
Collaborator

bubnikv commented Oct 1, 2018

It is a known limitation of current Slic3r. It calculates the support structures per object,
see #316

@RudolphRiedel
Copy link
Author

To workaround this I could arrange the objects manually further apart, okay.
Or is there a way to auto-arrange the objects with the rafts not interlocking?

I can not find an option to change the size of the raft, just making the first layer smaller would workaround this as well.

On top of that, probably OT for this issue but something I observed when examining this.
Is there a way to see how a single layer is planned out? A slider scroll all steps for the currently displayed layer?
With that I could have seen before printing that Slic3r tries to print across the already printed lines.

@jkavalik
Copy link

jkavalik commented Oct 1, 2018

I think I found a workaround - arrange the objects on the plate any way you need, then "Export STL.." - it stores the entire plate as a single stl file. You can then load that, enable rafts and it will generate single raft for all the items as single object.

barrel1
barrel2

@RudolphRiedel
Copy link
Author

Nice, that works, thank you!

It only looks a bit funny:

slic3rpe_1 41 1_raft3

But at worst this costs a few seconds extra.

@RudolphRiedel
Copy link
Author

Just came back here by accident, tried this with 2.1.0 again and the first layer is still a mess without further steps.
grafik

@RudolphRiedel
Copy link
Author

I just checked the 2.3.0 alpha 4 and raft generation with multiple objects still is broken.
And to add to that, the new "Fill bed with instances" leads to raft generation outside of the bed.

@bubnikv
Copy link
Collaborator

bubnikv commented Feb 24, 2021

Duplicate of #4517. Let's keep #4517 open.

@bubnikv bubnikv closed this as completed Feb 24, 2021
@RudolphRiedel
Copy link
Author

sure, it looks better to close the older issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants