🧑‍💻 Wrap MMU1 pins

This commit is contained in:
Scott Lahteine
2022-02-10 13:58:50 -06:00
parent 65c4f14a9e
commit 59548410b8
12 changed files with 79 additions and 55 deletions

View File

@ -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

View File

@ -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