🧑💻 Wrap MMU1 pins
This commit is contained in:
parent
65c4f14a9e
commit
59548410b8
@ -234,14 +234,16 @@
|
|||||||
//
|
//
|
||||||
// Průša i3 MK2 Multiplexer Support
|
// Průša i3 MK2 Multiplexer Support
|
||||||
//
|
//
|
||||||
#ifndef E_MUX0_PIN
|
#if HAS_PRUSA_MMU1
|
||||||
#define E_MUX0_PIN 40 // Z_CS_PIN
|
#ifndef E_MUX0_PIN
|
||||||
#endif
|
#define E_MUX0_PIN 40 // Z_CS_PIN
|
||||||
#ifndef E_MUX1_PIN
|
#endif
|
||||||
#define E_MUX1_PIN 42 // E0_CS_PIN
|
#ifndef E_MUX1_PIN
|
||||||
#endif
|
#define E_MUX1_PIN 42 // E0_CS_PIN
|
||||||
#ifndef E_MUX2_PIN
|
#endif
|
||||||
#define E_MUX2_PIN 44 // E1_CS_PIN
|
#ifndef E_MUX2_PIN
|
||||||
|
#define E_MUX2_PIN 44 // E1_CS_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -258,11 +258,13 @@
|
|||||||
//
|
//
|
||||||
// Průša i3 MK2 Multiplexer Support
|
// Průša i3 MK2 Multiplexer Support
|
||||||
//
|
//
|
||||||
#if SERIAL_PORT != 0 && SERIAL_PORT_2 != 0
|
#if HAS_PRUSA_MMU1
|
||||||
#define E_MUX0_PIN P0_03 // ( 0) Z_CS_PIN
|
#if SERIAL_PORT != 0 && SERIAL_PORT_2 != 0
|
||||||
#define E_MUX1_PIN P0_02 // ( 1) E0_CS_PIN
|
#define E_MUX0_PIN P0_03 // ( 0) Z_CS_PIN
|
||||||
|
#define E_MUX1_PIN P0_02 // ( 1) E0_CS_PIN
|
||||||
|
#endif
|
||||||
|
#define E_MUX2_PIN P0_26 // (63) E1_CS_PIN
|
||||||
#endif
|
#endif
|
||||||
#define E_MUX2_PIN P0_26 // (63) E1_CS_PIN
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LCD / Controller
|
* LCD / Controller
|
||||||
|
@ -163,9 +163,11 @@
|
|||||||
//
|
//
|
||||||
// Průša i3 MK2 Multiplexer Support
|
// Průša i3 MK2 Multiplexer Support
|
||||||
//
|
//
|
||||||
#define E_MUX0_PIN 17
|
#if HAS_PRUSA_MMU1
|
||||||
#define E_MUX1_PIN 16
|
#define E_MUX0_PIN 17
|
||||||
#define E_MUX2_PIN 78 // 84 in MK2 Firmware, with BEEPER as 78
|
#define E_MUX1_PIN 16
|
||||||
|
#define E_MUX2_PIN 78 // 84 in MK2 Firmware, with BEEPER as 78
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// LCD / Controller
|
// LCD / Controller
|
||||||
|
@ -157,9 +157,11 @@
|
|||||||
//
|
//
|
||||||
// Průša i3 MK2 Multiplexer Support
|
// Průša i3 MK2 Multiplexer Support
|
||||||
//
|
//
|
||||||
#define E_MUX0_PIN 17
|
#if HAS_PRUSA_MMU1
|
||||||
#define E_MUX1_PIN 16
|
#define E_MUX0_PIN 17
|
||||||
#define E_MUX2_PIN 78 // 84 in MK2 Firmware, with BEEPER as 78
|
#define E_MUX1_PIN 16
|
||||||
|
#define E_MUX2_PIN 78 // 84 in MK2 Firmware, with BEEPER as 78
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// LCD / Controller
|
// LCD / Controller
|
||||||
|
@ -130,10 +130,12 @@
|
|||||||
//
|
//
|
||||||
// Průša i3 MK2 Multiplexer Support
|
// Průša i3 MK2 Multiplexer Support
|
||||||
//
|
//
|
||||||
#define E_MUX0_PIN 17
|
#if HAS_PRUSA_MMU1
|
||||||
#define E_MUX1_PIN 16
|
#define E_MUX0_PIN 17
|
||||||
#if !MB(MINIRAMBO_10A)
|
#define E_MUX1_PIN 16
|
||||||
#define E_MUX2_PIN 78 // 84 in MK2 Firmware, with BEEPER as 78
|
#if !MB(MINIRAMBO_10A)
|
||||||
|
#define E_MUX2_PIN 78 // 84 in MK2 Firmware, with BEEPER as 78
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -186,9 +186,11 @@
|
|||||||
//
|
//
|
||||||
// Průša i3 MK2 Multiplexer Support
|
// Průša i3 MK2 Multiplexer Support
|
||||||
//
|
//
|
||||||
#define E_MUX0_PIN 17
|
#if HAS_PRUSA_MMU1
|
||||||
#define E_MUX1_PIN 16
|
#define E_MUX0_PIN 17
|
||||||
#define E_MUX2_PIN 84 // 84 in MK2 Firmware
|
#define E_MUX1_PIN 16
|
||||||
|
#define E_MUX2_PIN 84 // 84 in MK2 Firmware
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// LCD / Controller
|
// LCD / Controller
|
||||||
|
@ -105,7 +105,9 @@
|
|||||||
//
|
//
|
||||||
// Průša i3 MK2 Multiplexer Support
|
// Průša i3 MK2 Multiplexer Support
|
||||||
//
|
//
|
||||||
#define E_MUX2_PIN -1
|
#if HAS_PRUSA_MMU1
|
||||||
|
#define E_MUX2_PIN -1
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Misc. Functions
|
// Misc. Functions
|
||||||
|
@ -412,14 +412,16 @@
|
|||||||
//
|
//
|
||||||
// Průša i3 MK2 Multiplexer Support
|
// Průša i3 MK2 Multiplexer Support
|
||||||
//
|
//
|
||||||
#ifndef E_MUX0_PIN
|
#if HAS_PRUSA_MMU1
|
||||||
#define E_MUX0_PIN 40 // Z_CS_PIN
|
#ifndef E_MUX0_PIN
|
||||||
#endif
|
#define E_MUX0_PIN 40 // Z_CS_PIN
|
||||||
#ifndef E_MUX1_PIN
|
#endif
|
||||||
#define E_MUX1_PIN 42 // E0_CS_PIN
|
#ifndef E_MUX1_PIN
|
||||||
#endif
|
#define E_MUX1_PIN 42 // E0_CS_PIN
|
||||||
#ifndef E_MUX2_PIN
|
#endif
|
||||||
#define E_MUX2_PIN 44 // E1_CS_PIN
|
#ifndef E_MUX2_PIN
|
||||||
|
#define E_MUX2_PIN 44 // E1_CS_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -233,14 +233,16 @@
|
|||||||
//
|
//
|
||||||
// Průša i3 MK2 Multiplexer Support
|
// Průša i3 MK2 Multiplexer Support
|
||||||
//
|
//
|
||||||
#ifndef E_MUX0_PIN
|
#if HAS_PRUSA_MMU1
|
||||||
#define E_MUX0_PIN 29 // E2_STEP_PIN
|
#ifndef E_MUX0_PIN
|
||||||
#endif
|
#define E_MUX0_PIN 29 // E2_STEP_PIN
|
||||||
#ifndef E_MUX1_PIN
|
#endif
|
||||||
#define E_MUX1_PIN 28 // E2_DIR_PIN
|
#ifndef E_MUX1_PIN
|
||||||
#endif
|
#define E_MUX1_PIN 28 // E2_DIR_PIN
|
||||||
#ifndef E_MUX2_PIN
|
#endif
|
||||||
#define E_MUX2_PIN 39 // E2_ENABLE_PIN
|
#ifndef E_MUX2_PIN
|
||||||
|
#define E_MUX2_PIN 39 // E2_ENABLE_PIN
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//////////////////////////
|
//////////////////////////
|
||||||
|
@ -252,15 +252,17 @@
|
|||||||
//
|
//
|
||||||
// Průša i3 MK2 Multiplexer Support
|
// Průša i3 MK2 Multiplexer Support
|
||||||
//
|
//
|
||||||
//#ifndef E_MUX0_PIN
|
#if 0 && HAS_PRUSA_MMU1
|
||||||
// #define E_MUX0_PIN 58 // Y_CS_PIN
|
#ifndef E_MUX0_PIN
|
||||||
//#endif
|
#define E_MUX0_PIN 58 // Y_CS_PIN
|
||||||
//#ifndef E_MUX1_PIN
|
#endif
|
||||||
// #define E_MUX1_PIN 53 // Z_CS_PIN
|
#ifndef E_MUX1_PIN
|
||||||
//#endif
|
#define E_MUX1_PIN 53 // Z_CS_PIN
|
||||||
//#ifndef E_MUX2_PIN
|
#endif
|
||||||
// #define E_MUX2_PIN 49 // En_CS_PIN
|
#ifndef E_MUX2_PIN
|
||||||
//#endif
|
#define E_MUX2_PIN 49 // En_CS_PIN
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
//////////////////////////
|
//////////////////////////
|
||||||
// LCDs and Controllers //
|
// LCDs and Controllers //
|
||||||
|
@ -133,8 +133,10 @@
|
|||||||
//
|
//
|
||||||
// Průša i3 MK2 Multi Material Multiplexer Support
|
// Průša i3 MK2 Multi Material Multiplexer Support
|
||||||
//
|
//
|
||||||
//#define E_MUX0_PIN -1
|
#if HAS_PRUSA_MMU1
|
||||||
//#define E_MUX1_PIN -1
|
//#define E_MUX0_PIN -1
|
||||||
|
//#define E_MUX1_PIN -1
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// LED / Lighting
|
// LED / Lighting
|
||||||
|
@ -150,8 +150,10 @@
|
|||||||
//
|
//
|
||||||
// Průša i3 MK2 Multi Material Multiplexer Support
|
// Průša i3 MK2 Multi Material Multiplexer Support
|
||||||
//
|
//
|
||||||
//#define E_MUX0_PIN PG3
|
#if HAS_PRUSA_MMU1
|
||||||
//#define E_MUX1_PIN PG4
|
//#define E_MUX0_PIN PG3
|
||||||
|
//#define E_MUX1_PIN PG4
|
||||||
|
#endif
|
||||||
|
|
||||||
#define LED_PIN PB14 // Alive
|
#define LED_PIN PB14 // Alive
|
||||||
#define PS_ON_PIN PE0
|
#define PS_ON_PIN PE0
|
||||||
|
Loading…
Reference in New Issue
Block a user