New M2, any way to turn off the fan at the extruder without unplugging the power supply?
Thanks
--
You received this message because you are subscribed to the Google Groups "MakerGear - Make Today, Change Tomorrow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to makergear+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
New M2, any way to turn off the fan at the extruder without unplugging the power supply?
Thanks
--
You received this message because you are subscribed to the Google Groups "MakerGear - Make Today, Change Tomorrow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to makergear+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
just put the printer on a power strip with a switch so you can just turn it off and on.
--
I use M106 for the lower fan at an angle, and M108 for the upper fan and the electronics fan. Has something changed?
yes the problem comes into play where you preheat the extruder and it slips your mind to send a new M108 to the printer to turn the fan back on. a hot extruder with no fan spells meltdown!! it only takes one time
--
analogWrite(6, 255);
delay(200);
analogWrite(6, XXX);
where XXX is the value you want your fan at.
Follow the instructions to flash your firmware (make sure you have the right board selected).
That should blip your fan to full for 200 ms before setting it to your desired speed.
Make sure you use the proper firmware for your hardware setup.
Gary
Make Better Things
Make Things Better
--
You received this message because you are subscribed to a topic in the Google Groups "MakerGear - Make Today, Change Tomorrow" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/makergear/lbPIC_lXlnY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to makergear+...@googlegroups.com.
Did you get that worked out Gary? I've had several failed prints on my new m2 because the fan shuts off at print start and I forgot to check.My start code has M108 S155, but thats not getting enough power to the fan.I'm hesitant to set it to 255 on the 24v system.