define PIN for FAN control for Dual Extruder on Arduino RAMPS1.4
Hi Rpetier,
I have upgrade mi Kossel Printer DLT180 for dual extruder with the Firmware 0.92.8, but after i have download a new configuration.h file I have found that:
.....
#define NUM_EXTRUDER 2
#define MOTHERBOARD 33
#include "pins.h"
// ################## EDIT THESE SETTINGS MANUALLY ################
// ################ END MANUAL SETTINGS ##########################
#undef FAN_BOARD_PIN
#define FAN_BOARD_PIN -1
#define BOARD_FAN_SPEED 255
#define FAN_THERMO_PIN -1
.....
and then a question: is it possible configure an alternative PIN to control a fun during printing of small sections ?
Thanks very muche for your great work and support.
Alberto
Comments