From 7029b1b03d76fbfc72a7f7b8a554247ae68e25bc Mon Sep 17 00:00:00 2001 From: "D.R.racer" Date: Thu, 29 Jul 2021 10:19:37 +0200 Subject: [PATCH] Reformat config.h after rebase --- src/config/config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config/config.h b/src/config/config.h index 6c0f75a..d8c6c1c 100644 --- a/src/config/config.h +++ b/src/config/config.h @@ -106,7 +106,6 @@ static constexpr IdlerLimits idlerLimits = { .accel = 1000.0_deg_s2, }; - /// Max retries of FeedToBondtech used in LoadFilament static constexpr uint8_t feedToBondtechMaxRetries = 2;