MaslowCNC / Electronics

This is the main control board for the Maslow CNC router. It is designed to mate with an Arduino Mega 2560
https://www.MaslowCNC.com
The Unlicense
132 stars 55 forks source link

Add a Fan or Jumpers for a Fan #35

Open krkeegan opened 6 years ago

krkeegan commented 6 years ago

I know we are limited on amperage but a small fan would be great. The fan could tie into the temp probes I proposed in #34 to speed up and down as needed. Or in a simple scenario just turn on when the firmware is active.

blurfl commented 6 years ago

"just turn on when the firmware is active." That could be as simple as a 'startup block' like grbl implements to execute at startup. gcode M106 sets fan speed, M105 reads 3D printer bed temperature - these could be used with the daughterboard I suggested in #34