SoftFever / OrcaSlicer

G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)
https://discord.gg/P4VE9UY9gJ
GNU Affero General Public License v3.0
5.95k stars 676 forks source link

Default part cooling fan speed #5841

Open Javi3rV opened 1 week ago

Javi3rV commented 1 week ago

Is there an existing issue for this feature request?

Is your feature request related to a problem?

Maybe, it's so hard to control the part cooling fan speed rn

Which printers will be beneficial to this feature?

All

Describe the solution you'd like

It would be nice to have a switch "use gradual part cooling fan speed" and "use default part cooling fan speed".

Let me explain. Right now we have "min speed" and "max speed" at layer, that makes a gradual speed. But, what if we dont want a gradual fan speed? What if I want to set the fan speed at a continous XX%?

Describe alternatives you've considered

No response

Additional context

No response

Arakon commented 1 week ago

...then you simply set all values to 100% and it will always be at max speed. image

Javi3rV commented 1 week ago

...then you simply set all values to 100% and it will always be at max speed. image

But that's not the result I'm trying to get, I mean, I want it always at 40% for example. That's impossible...

Arakon commented 1 week ago

Then set all 3 values (min/max and overhangs) to 40% instead of 100%. The fan will remain at that speed at all times then.

Javi3rV commented 1 week ago

Then set all 3 values (min/max and overhangs) to 40% instead of 100%. The fan will remain at that speed at all times then.

That's still not an optimal solution. There is a lack of fan control anyway. What if I need the fan to stay at 40% but increase to 70% for overhang? There are a lot of situations that could be easier than setting everything to the same value

Arakon commented 1 week ago

That's what the "Fan speed for overhangs" in my screenshot is for. I'm not sure what exactly you are trying to control that isn't already fully controllable right on that screen?

Javi3rV commented 1 week ago

That's what the "Fan speed for overhangs" in my screenshot is for. I'm not sure what exactly you are trying to control that isn't already fully controllable right on that screen?

I think my question is easy to understand: What if I need the fan to stay at continuous 40% but increase to 70% for overhang?

Just 2 values, always at 40% and 70% for overhangs. Your solution would just keep the fan at 100%

Arakon commented 1 week ago

No. Set min and max to 40% and overhangs to 70%. Always 40% UNLESS an overhang is detected, then 70%.