-
-
Notifications
You must be signed in to change notification settings - Fork 519
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 advance doesn't work as intended #4476
Comments
Also, I don't see that layers are connected in this function. |
I have just realized the fan advance speed change is changing speed in advance even if fan is slowing down. That doesn't make any sense. I guess this is the reason of problems I have reported. |
I have noticed there is no buffer for fan speed change, which makes fan twitching. If infill has no anchor, it turns to travel at the end of every line. This triggers the fan timer for each line every time, both start and stop. It would be better if "infill" segment includes those travels, because this in fact is the part of the infill. The fan should keep running until whole infill segment gets completed. When advanced fan speed is not used, this problem is not noticeable due to fan inertia. The same problem is noticeable when having short layer, like small radius vertical tube, as explained before already. Maybe the same logic as for retraction could be used: "if travel is shorter than X - do not retract". But here there's no need to set it by user, a fixed percentage of line width (250-300%?) could be just fine. |
Version 2,5,59,13
when disabling fan advance features speedup/kickstart, all perimeters have fan value as set.
But when i put 1 second at speedup and kickstart, it is trying to do the job, but half of the perimeter runs without required speed.
Outer perimeter is set to 100%. Top of the tube has outer perimeters only:
Version 2,5,60,0 makes it even worse.
Besides that , "only for overhangs" seems to be reversed.
Result: Speed on top of the tube is 25mms to provide a lot of cooling. One side of a model is melted too much. I can't use this feature.
I think there is something wrong when layer is fast, e.g. small perimeters only. On larger perimeters, longer layers, it seems to work fine.
The text was updated successfully, but these errors were encountered: