SMUFF (MMU2 clone) support (#19912)
This commit is contained in:
parent
11b811820f
commit
41529b6598
29 changed files with 622 additions and 616 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue