-
-
Notifications
You must be signed in to change notification settings - Fork 963
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
Initial Layer Part Cooling Fan Speed #5384
Comments
I familiar with your problem, I use petg fan air duct and it get melt if no air flow provided all the time. What is interesting that some times it don't sets speed to zero for the first layer and leaves the same speed as it has been before the print started (probably it assumed it already should be zero). I think the first layer fan speed will be very handy feature. |
…cer (SoftFever#3737) * DiffDialog: Implemented a transfer of options from one preset to another Related to [Feature Request] SoftFever#5384 - Copy values in Profile comparaison dialog Cherry-picked from prusa3d/PrusaSlicer@0b8d738 Co-authored-by: YuSanka <[email protected]> * Remove save button * Sync with latest PS * Use Orca button style * Show tips about trasnfer disabled --------- Co-authored-by: YuSanka <[email protected]>
There are actually special case just for your configuration: OrcaSlicer/src/libslic3r/GCode/CoolingBuffer.cpp Lines 748 to 752 in 79ba045
Which is literally forcing zero cooling for the first layer if gradual cooling ramp up is enabled. Proper solution I see is to add something like "first layer cooling speed" which also will act as a starting point for cooling speed ramp up during "full fan speed at layer" layers. |
Orca bot: this issue is stale because it has been open for 90 days with no activity. |
Orca bot: This issue was closed because it has been inactive for 7 days since being marked as stale. |
Is there an existing issue for this feature request?
Is your feature request related to a problem?
I bought a Creality K1 9 months ago. Since the first few weeks with the printer, it has always had a constant clogging problem. Today, several months later, I finally understood the reason for these clogs. Basically, the Creality K1 clogs because the part cooling fan NEVER activates on the first layer, significantly heating the hot-end and preventing filament flow. I managed to solve the problem because dozens of people were experiencing the same issue and reported that simply setting the part cooling fan to 30% for the first layer solves the problem. Indeed, this strategy worked perfectly. However, the option to configure the part cooling fan speed on the first layer is not available. I tried working with the Max and Min Threshold parameters but did not achieve the desired results. Basically, all I need is for the first layer to have the part cooling fan at 30% speed, and ALL other layers to have the part cooling fan at 100%.
Is there a way to achieve this goal? It could even be a solution via G-Code. I just want to stop having this constant clogging headache.
Which printers will be beneficial to this feature?
Klipper
Describe the solution you'd like
I would just like the option to activate this specific fan at a specific speed on the first layer.
Describe alternatives you've considered
No response
Additional context
The text was updated successfully, but these errors were encountered: