mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 17:52:57 +00:00
🐛 Fix BLACKBEEZMINI fan, info (#26983)
This commit is contained in:
parent
d6961b2626
commit
90667f6114
1 changed files with 3 additions and 3 deletions
|
@ -29,8 +29,8 @@
|
|||
|
||||
#include "env_validate.h"
|
||||
|
||||
#ifndef DEFAULT_MACHINE_NAME
|
||||
#define DEFAULT_MACHINE_NAME "I3DBEE BP_01"
|
||||
#ifndef BOARD_INFO_NAME
|
||||
#define BOARD_INFO_NAME "I3DBEE BP_01"
|
||||
#endif
|
||||
|
||||
#define TEMP_TIMER 5
|
||||
|
@ -97,7 +97,7 @@
|
|||
#define HEATER_0_PIN PA2 // HOTEND MOSFET
|
||||
#define HEATER_BED_PIN PA0 // BED MOSFET
|
||||
|
||||
#define FAN1_PIN PA1 // FAN1 header on board - PRINT FAN
|
||||
#define FAN0_PIN PA1 // FAN1 header on board - PRINT FAN
|
||||
|
||||
//
|
||||
// SD Card
|
||||
|
|
Loading…
Reference in a new issue