diff --git a/main.go b/main.go index 7ac6c3f..46cebac 100644 --- a/main.go +++ b/main.go @@ -88,6 +88,9 @@ func errLog(err error) { opsZPosition.Set(0) opsBed.Set(0) opsNozzle.Set(0) + opsProgress.Set(0) + opsDuration.Set(0) + opsRemaining.Set(0) if errCount == 5 { log.Printf("suppressing further error logging") return