From 18a040c278c8aee83e75b9587d06469159162868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Sun, 17 Sep 2023 18:10:28 +0000 Subject: [PATCH] cut filament: remove two unused constants --- src/logic/cut_filament.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/logic/cut_filament.h b/src/logic/cut_filament.h index 449ed51..8974e9a 100644 --- a/src/logic/cut_filament.h +++ b/src/logic/cut_filament.h @@ -28,8 +28,6 @@ public: ErrorCode Error() const override; private: - constexpr static const uint16_t cutStepsPre = 700; - constexpr static const uint16_t cutStepsPost = 150; UnloadFilament unl; ///< a high-level command/operation may be used as a building block of other operations as well FeedToFinda feed; RetractFromFinda retract;