Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pins_BLACKBEEZMINI.h #26983

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading