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

Ensure that the lines of a cubic infill are wide enough to support each other #40

Closed
callimero opened this issue Nov 24, 2016 · 7 comments
Labels
enhancement improve an existing feature or functionality in the software infill

Comments

@callimero
Copy link

Version

Slic3r 1.31.6 - Prusa Edition -win64

Operating system type + version

win 8.1 64bit

Behavior

The very nice cubic infill seems to be wrongly generated at higher layer heigths.
cubicinfill

left layer heigth 0.24mm right same scene, same params, only layer heigth 0.48mm

Looks for me as if the offset from layer to layer is not calculated correctly (to big, so the upper layer is not supported from the lower layer) or the extrusion width is not calculated correctly. It must ensure that the layers offnset not too much.

I think this was also in the prusa forum but I could not find it.

@bubnikv
Copy link
Collaborator

bubnikv commented Nov 24, 2016

The layer height has to be lower than the infill line width, otherwise the layers will not stick together well. Also it is very possible that the cubic infill requires a wider infill line wrt layer heigh than the non-sloping infill patterns. I personally see a possibility of an automatic check for the appropriate infill line width.

@callimero
Copy link
Author

Yes, some kind of warning for the stupid (like me ;-) would be nice. The other way could be to ensure in the cubic algorithm that the slope will not exceed the value which is given by the extrusion width. I still wonder why slic3r tells in the popup help that it bases the default extrusion witdth on the layer height, it should say it bases on the layer AND the nozle.

@bubnikv bubnikv added the enhancement improve an existing feature or functionality in the software label Dec 5, 2016
@bubnikv
Copy link
Collaborator

bubnikv commented Dec 5, 2016

Marked for enhancement, we want Slic3r to notify the user about feasibility of the settings.

@bubnikv bubnikv changed the title Cubic Infill at bigger layer heights wrong extrusion with Ensure that the lines of a cubic infill are wide enough to support each other Mar 23, 2017
@bubnikv bubnikv added the infill label Jul 7, 2017
@bubnikv
Copy link
Collaborator

bubnikv commented Oct 3, 2017

Interestingly enough, nobody noticed until now that the cubic infill does not produce rectanguar cubes. The cubes slic3r produced until now were 30% squished along the vertical diagonal.

@fiveangle
Copy link

fiveangle commented Oct 3, 2017

I noticed, and imagined it would make it less strong due to lower overlap on each infill layer. But I hadn't done any emperical testing to prove my theory, so how could I critisize ? 😬

@rongith
Copy link
Contributor

rongith commented Nov 18, 2017

I spent many times to try to have good results with cubic infill with Colorfabb XT. It was only due to the flatten cubes. Thank you bubnikv.

@bubnikv
Copy link
Collaborator

bubnikv commented Nov 28, 2017

It is great to hear that everybody is happy now, and I am happy too, because I will close this issue now :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement improve an existing feature or functionality in the software infill
Projects
None yet
Development

No branches or pull requests

4 participants