Digitales-Minden BIGTREETECH BIQU Board Tango – FAN1 configuration

BIGTREETECH BIQU Board Tango – FAN1 configuration

Marlin/Marlin/src/pins/ramps/pins_TANGO.h

Folgende Anpassungen müssen gemacht werden:
( FAN1_PIN auf Pin 7 setzen und E0_AUTO_FAN_PIN mit -1)

Original:

/**
 * BIQU Tango pin assignments
 */


#define BOARD_INFO_NAME "Tango

#define FAN_PIN                                 8
#define FAN1_PIN                               -1

#ifndef E0_AUTO_FAN_PIN
    #define E0_AUTO_FAN_PIN                     7
#endif

 

Angepasst:

/**
 * BIQU Tango pin assignments
 */


#define BOARD_INFO_NAME "Tango

#define FAN_PIN                                 8
#define FAN1_PIN                                7

#ifndef E0_AUTO_FAN_PIN
    #define E0_AUTO_FAN_PIN.                   -1
#endif

 

Board:

https://www.biqu.equipment/products/bigtreetech-tango-v1-0-motherboard-upgrade-on-the-basis-of-rumba-control-board-for-3d-printer

Related Post