makerbot / ReplicatorG

An open-source gcode interpreter for driving RepRaps, Makerbots, and other similar CNC beasties
http://replicat.org
GNU General Public License v2.0
404 stars 226 forks source link

5axis fanfix #197

Closed kintel closed 13 years ago

kintel commented 13 years ago

There are two ways of handling the stepper motor fan: 1) automatically kept in sync whenever the stepper has torque 2) turn on at start of build and off at end of build w/new M code

This is the implementation for 1). Pull this or not, depending on the outcome of the decision how to do this.

cibomahto commented 13 years ago

Looks good!