SMUFF (MMU2 clone) support (#19912)
This commit is contained in:
@@ -155,7 +155,7 @@ void GCodeParser::parse(char *p) {
|
||||
// Skip spaces to get the numeric part
|
||||
while (*p == ' ') p++;
|
||||
|
||||
#if ENABLED(PRUSA_MMU2)
|
||||
#if HAS_PRUSA_MMU2
|
||||
if (letter == 'T') {
|
||||
// check for special MMU2 T?/Tx/Tc commands
|
||||
if (*p == '?' || *p == 'x' || *p == 'c') {
|
||||
|
||||
Reference in New Issue
Block a user