reprappro / RepRapFirmware

OO C++ RepRap Firmware
Other
143 stars 120 forks source link

Fan fix #30

Closed T3P3 closed 10 years ago

T3P3 commented 10 years ago

Changes the range that the fan command accepted to 0-255 which is the accepted gcode norm. In addition the old command used the arduino pin rather than the SamNonDuePin which is required for PWM.