🐛 TM3D fixes and improvements

Co-Authored-By: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
This commit is contained in:
Scott Lahteine
2021-07-12 22:52:17 -05:00
parent dd8ac689c3
commit bc459a76f4
6 changed files with 22 additions and 13 deletions

View File

@ -67,7 +67,7 @@ extern uint8_t marlin_debug_flags;
// Serial redirection
//
// Step 1: Find out what the first serial leaf is
#if BOTH(HAS_MULTI_SERIAL, SERIAL_CATCHALL)
#if HAS_MULTI_SERIAL && defined(SERIAL_CATCHALL)
#define _SERIAL_LEAF_1 MYSERIAL
#else
#define _SERIAL_LEAF_1 MYSERIAL1