MMU2 serial integration

MarlinFirmware/Marlin/#20771
This commit is contained in:
Scott Lahteine 2021-01-15 18:04:23 -06:00
parent 0f32b69154
commit c83f40a35c
220 changed files with 0 additions and 660 deletions

View file

@ -3611,10 +3611,7 @@
//#define E_MUX2_PIN 44 // Needed for 5 to 8 inputs
#elif HAS_PRUSA_MMU2
// Serial port used for communication with MMU2.
// For AVR enable the UART port used for the MMU. (e.g., mmuSerial)
// For 32-bit boards check your HAL for available serial ports. (e.g., Serial2)
#define MMU2_SERIAL_PORT 2
#define MMU2_SERIAL mmuSerial
// Use hardware reset for MMU if a pin is defined for it
//#define MMU2_RST_PIN 23