Classic UI BIQU BX (#24387)

This commit is contained in:
Victor Oliveira
2022-06-23 06:18:36 -03:00
committed by Scott Lahteine
parent b7e1b6b893
commit a3629a7c28
5 changed files with 34 additions and 25 deletions

View File

@ -33,6 +33,7 @@
#define MARLIN_EEPROM_SIZE 0x1000 // 4K (24C32)
#define HAS_OTG_USB_HOST_SUPPORT // USB Flash Drive support
//#define SWD_DEBUG // Use pins PA13 and PA14 on STM32H7 for the SWD debugger
//
// Limit Switches
@ -47,8 +48,10 @@
#define FIL_RUNOUT_PIN PD13
#define FIL_RUNOUT2_PIN PB13
#define LED_PIN PA13
#define BEEPER_PIN PA14
#ifndef SWD_DEBUG
#define LED_PIN PA13
#define BEEPER_PIN PA14
#endif
#define POWER_MONITOR_PIN PB0
#define RPI_POWER_PIN PE5