✨ Classic UI BIQU BX (#24387)
This commit is contained in:
committed by
Scott Lahteine
parent
b7e1b6b893
commit
a3629a7c28
@ -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
|
||||
|
Reference in New Issue
Block a user