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

Missing Infill (on some parts) for Every N Layers #251

Closed
cakeller98 opened this issue Mar 6, 2012 · 3 comments
Closed

Missing Infill (on some parts) for Every N Layers #251

cakeller98 opened this issue Mar 6, 2012 · 3 comments

Comments

@cakeller98
Copy link
Contributor

On some parts (verified no repair needed in netfabb) will have the infill fail when every N layers is 2
Same parts do not fail with infill every 3 layers, or 1 layer.

for example:
Layer Height: 0.24
Every N Layers: 1
success (Infill Generated)

Layer Height: 0.12
Every N Layers: 1
success (Infill Generated)

Layer Height: 0.08
Every N Layers: 3
success (Infill Generated - every 3 layers)

Layer Height: 0.12
Every N Layers: 2
FAILS

The part looks like a wagon wheel with four spokes, and a center hole (schematically)

EDIT >> (does not actually FAIL, but there is no infill included in the gcode output)

@cakeller98
Copy link
Contributor Author

Perhaps it is the solid layers that are prematurely ending the infill?

if I set solid layers to ZERO, then:
Layer Height: 0.12
Every N Layers: 2
Perimeters: 3
Solid Layers: 0 <<== seems ot allow at least the infill to fill.

All testing done on commit: 0e1d893
Also all testing was done on a single STL files, which sometimes works, and sometimes doesn't depending on the settings, and it only seems to really have trouble when using the infill every 2 layers.

@alranel
Copy link
Member

alranel commented Mar 9, 2012

Could you please share your STL file and config.ini?

@cakeller98
Copy link
Contributor Author

Here is a zip file containing the stl, the config, the output, and a log file from when I re-tested (note: used the above commit for testing)
BROKEN-Original(with stl, gcode, and log).zip

Here is a zip file containing the same as above, except it has been run through the netfabb cloud fix.
BROKEN_fixed-fixedbynetfab(with stl, gcode, and log).zip

and lastly, here is a screen capture of the the threads that "terminated" in tilinear.pm @ line 19:
Threads Terminated

UPDATE: re-tested with same config etc, but latest commit, and the problem is gone.

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

2 participants