Is there a way to have my replicape cooling fan only run when the steppers are enabled?
If not can I just add a thermistor on or near the stepper driver and use the H channel?
I’ve been printing with the replicape for a week now and it is working awesome…
I’d add a M106 command to your startup and stop scripts in cura.
If in doubt, configure Cura for the desktop, tweak the gcode scripts under advanced.
Then use Cura export to generate an ini file that you can then load into the Cura settings in Octoprint.
Thanks Dave, I can try that.
It works to put M106 P3 S255 in my print program, the only thing I have run into is that the M107’s that are in my program to stop my cooling fan also stop my driver fan. Once I figure out how to make Cura write M107 P1 or M106 P1 S0 then it won’t shut off my driver fan.