duet3 6hc servo control
-
hello,
i'm thinking of creating a servo motor controlled part cooler.
my question: (how) is it possible to configure (m563 ..) part cooling to use a servo motor like a part cooling fan?
thanks for your answer.
g.
-
@spllg the only way I can think of at present to do this would be to configure both the servo and a dummy fan using M950 commands, then have the daemon.g file run a loop that monitors the speed of the dummy fan and issues an appropriate M208 command to the servo when the fan speed changes.
-
@dc42 thanks for your answer. i think i will write a little python-script to posprocess the g-code.