Skip to content

Commit

Permalink
🐛 Fix BLACKBEEZMINI fan, info (MarlinFirmware#26983)
Browse files Browse the repository at this point in the history
  • Loading branch information
I3DBeeTech committed Apr 18, 2024
1 parent d6961b2 commit 90667f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Marlin/src/pins/stm32f4/pins_BLACKBEEZMINI.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 90667f6

Please sign in to comment.