SMUFF (MMU2 clone) support (#19912)

This commit is contained in:
Giuliano Zaro 2020-11-18 08:27:21 +01:00 committed by GitHub
parent 11b811820f
commit 41529b6598
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 622 additions and 616 deletions

View file

@ -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') {