Pressured air cooling controlled with servo and ball valve
-
@maxgyver
I guess as a work around (for print files) you could use a post processing script in your slicer to replace all M106 to a macro
So if you replace M106 S125 with
M98 P"0:/macros/valve control.g" S125
Then in your macro do all your math and set valve
You can get the speeds using param(S)
e.g
Var Speed=param(S)