Initialize retryAttempts in constructor

This commit is contained in:
D.R.racer 2022-08-08 06:39:25 +02:00
parent 485ed4a213
commit 6d6f9583ea
1 changed files with 3 additions and 1 deletions

View File

@ -113,7 +113,9 @@ MMU2::MMU2()
, unloadFilamentStarted(false)
, loadingToNozzle(false)
, inAutoRetry(false)
{}
, retryAttempts(MAX_RETRIES)
{
}
void MMU2::Start() {
#ifdef MMU_HWRESET