Fans on RAMPS 1.4 April 22, 2016 05:34PM |
Registered: 7 years ago Posts: 32 |
Re: Fans on RAMPS 1.4 April 23, 2016 12:05AM |
Registered: 9 years ago Posts: 439 |
Re: Fans on RAMPS 1.4 April 23, 2016 02:49AM |
Registered: 7 years ago Posts: 32 |
Re: Fans on RAMPS 1.4 April 23, 2016 03:03AM |
Registered: 10 years ago Posts: 528 |
// Extruder cooling fans // Configure fan pin outputs to automatically turn on/off when the associated // extruder temperature is above/below EXTRUDER_AUTO_FAN_TEMPERATURE. // Multiple extruders can be assigned to the same pin in which case // the fan will turn on when any selected extruder is above the threshold. #define EXTRUDER_0_AUTO_FAN_PIN -1 #define EXTRUDER_1_AUTO_FAN_PIN -1 #define EXTRUDER_2_AUTO_FAN_PIN -1 #define EXTRUDER_3_AUTO_FAN_PIN -1 #define EXTRUDER_AUTO_FAN_TEMPERATURE 50 #define EXTRUDER_AUTO_FAN_SPEED 255 // == full speed