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;