Merge pull request #100 from chschu/bugfix/percent-done-not-working

Fix progress percentage
This commit is contained in:
Oliver Köster
2021-04-11 00:03:40 +02:00
committed by GitHub

View File

@@ -1421,8 +1421,8 @@ void AnycubicTouchscreenClass::GetCommandFromTFT()
} }
} else { } else {
HARDWARE_SERIAL_PROTOCOLPGM("A6V ---"); HARDWARE_SERIAL_PROTOCOLPGM("A6V ---");
HARDWARE_SERIAL_ENTER();
} }
HARDWARE_SERIAL_ENTER();
#endif #endif
break; break;
case 7: //A7 GET PRINTING TIME case 7: //A7 GET PRINTING TIME