🧑💻 Wrap MMU1 pins
This commit is contained in:
@ -133,8 +133,10 @@
|
||||
//
|
||||
// Průša i3 MK2 Multi Material Multiplexer Support
|
||||
//
|
||||
//#define E_MUX0_PIN -1
|
||||
//#define E_MUX1_PIN -1
|
||||
#if HAS_PRUSA_MMU1
|
||||
//#define E_MUX0_PIN -1
|
||||
//#define E_MUX1_PIN -1
|
||||
#endif
|
||||
|
||||
//
|
||||
// LED / Lighting
|
||||
|
@ -150,8 +150,10 @@
|
||||
//
|
||||
// Průša i3 MK2 Multi Material Multiplexer Support
|
||||
//
|
||||
//#define E_MUX0_PIN PG3
|
||||
//#define E_MUX1_PIN PG4
|
||||
#if HAS_PRUSA_MMU1
|
||||
//#define E_MUX0_PIN PG3
|
||||
//#define E_MUX1_PIN PG4
|
||||
#endif
|
||||
|
||||
#define LED_PIN PB14 // Alive
|
||||
#define PS_ON_PIN PE0
|
||||
|
Reference in New Issue
Block a user