Initialize retryAttempts in constructor
This commit is contained in:
parent
485ed4a213
commit
6d6f9583ea
|
|
@ -113,7 +113,9 @@ MMU2::MMU2()
|
||||||
, unloadFilamentStarted(false)
|
, unloadFilamentStarted(false)
|
||||||
, loadingToNozzle(false)
|
, loadingToNozzle(false)
|
||||||
, inAutoRetry(false)
|
, inAutoRetry(false)
|
||||||
{}
|
, retryAttempts(MAX_RETRIES)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
void MMU2::Start() {
|
void MMU2::Start() {
|
||||||
#ifdef MMU_HWRESET
|
#ifdef MMU_HWRESET
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue