-
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
different fan speed for outer perimeters #3035
Comments
Duplicate of #2776 |
I've added a compiled Windows binary to PR #2921 if you want to try it out. Or if you're on another platform and can build your own version, you can do that as well. |
Thanks for the precompiled version, very usefull. The fan speed for the outer diameter is working as intended and very useful.Some thoughts: When the fan is running very slow or not running at all for the infill and inner perimeters, it needs significant time to speed up to e.g. 50% rpm.
It might be useful to give it a "boost" of 100% for a short time , this time depending on the speed difference. E.g.: from 10%to 50% 400ms boost, from 10% to 80% 700ms boost. I understand that this is difficult to implement, because it needs to "chop" the gcode to slices of appropriate length or gather some lines together to the appropriate length.
…-----Ursprüngliche Mitteilung-----
Von: Justin Schuh <notifications@github.com>
An: prusa3d/PrusaSlicer <PrusaSlicer@noreply.github.com>
Cc: Mike8-I <mkussmann@aol.com>; State change <state_change@noreply.github.com>
Verschickt: Sa, 12. Okt 2019 2:21
Betreff: Re: [prusa3d/PrusaSlicer] different fan speed for outer perimeters (#3035)
If you can compile your own build please try PR #2921. I've been running with this patch for several weeks now, and am very happy with it. I don't have a rig to properly test the strength of the resulting parts, but anecdotally I'm now able to print at lower temperatures while getting robust parts with pretty much ideal surface finish. Whereas previously I would I would strengthen parts by making the tradeoff of either reducing the cooling (worsening the surface finish) or cranking up the nozzle temperature (worsening overhangs and bridges).—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
What you're asking for is a global behavior that wouldn't make sense in this patch, and really shouldn't be done by the slicer anway. Issue #327 has a fairly detailed discussion of the problem and why it is best handled in the printer firmware rather than the slicer. |
Version
_2.01
About Prusa Slicer
Prusa MK3s +MMU
New feature request
Stefan of CNC kitchen (youtube channel) showed lately that less cooling improves strength of parts but decreases quality.
At least the option for two different cooling speeds could combine improved strength and good quality. One for the outer perimeter(s) using typically a high value and one for everything else using typically a low cooling speed.
The text was updated successfully, but these errors were encountered: