-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Comments
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. |
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. |
Marked for enhancement, we want Slic3r to notify the user about feasibility of the settings. |
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. |
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 ? 😬 |
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. |
It is great to hear that everybody is happy now, and I am happy too, because I will close this issue now :-) |
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](https://cloud.githubusercontent.com/assets/7713008/20604255/c83ed9a6-b265-11e6-8797-4482a581580f.png)
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.
The text was updated successfully, but these errors were encountered: