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

Fan speed for solid infill showing erratic behaviour #1727

Closed
kb-elmo opened this issue Oct 27, 2021 · 4 comments
Closed

Fan speed for solid infill showing erratic behaviour #1727

kb-elmo opened this issue Oct 27, 2021 · 4 comments
Labels
bug Something isn't working as intended fix is live in the last release Please download /build the last release and try to reproduce.

Comments

@kb-elmo
Copy link

kb-elmo commented Oct 27, 2021

Describe the bug
Solid infill areas seem to ignore all fan speed settings and get a value that is outside of the defined fan speed parameters

To Reproduce
Steps to reproduce the behavior:

  1. Slice any model with three bottom layers (layer 2 and 3 as solid infill)
  2. Set fan settings as shown in the screenshot
  3. Layer 2 will have way slower fan speed than defined in the settings

>> Project File <<
BugBenchy.zip

Expected behavior
The solid infill shouln't get apparently random fan settings that are outside of the defined parameters.

Screenshots (click the images to show the full size)
Fan speed settings

Fan speed result of the second solid infill layer

Desktop (please complete the following information):

  • OS: Windows 10
  • Version 2.3.56.9

Additional context
Add any other context about the problem here.

@supermerill supermerill added the bug Something isn't working as intended label Oct 27, 2021
@supermerill
Copy link
Owner

seems like /2 for the second layer

@kb-elmo
Copy link
Author

kb-elmo commented Oct 27, 2021

seems like /2 for the second layer

I just noticed the same behaviour in PrusaSlicer.

I don't really understand why it's doing that?
There's no good reason why the second layer should get less cooling than the first one.

@supermerill
Copy link
Owner

that's because of the "Full fan speed at layer"
I found that if the disable is at 0, this thing set it to1 after the first the first layer.
I'll try to understand the thing and fix it.

@supermerill supermerill added the fixed for the next version That means that you should be able to test it in the latest nightly build label Oct 27, 2021
supermerill added a commit that referenced this issue Oct 27, 2021
@supermerill
Copy link
Owner

supermerill commented Oct 29, 2021

Ok, now if Full fan speed at layer > 1 and dsiable_fan_first_layers is 0:

  • the fan is never shut down
  • the ramp-up happens as if the layer '0' (which don't exist) was at 0 fan speed

So with 'full fan' at layer 3, and default fan at 100%, you should have:

  • fan at 100% at layer 3
  • fan at 66% at layer 2
  • fan at 33% at layer 1

@supermerill supermerill added fix is live in the last release Please download /build the last release and try to reproduce. and removed fixed for the next version That means that you should be able to test it in the latest nightly build labels Nov 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended fix is live in the last release Please download /build the last release and try to reproduce.
Projects
None yet
Development

No branches or pull requests

2 participants