cut filament: remove two unused constants

pull/305/head
Guðni Már Gilbert 2023-09-17 18:10:28 +00:00 committed by gudnimg
parent e2f396e2a2
commit 33ac3c607d
1 changed files with 0 additions and 2 deletions

View File

@ -28,8 +28,6 @@ public:
ErrorCode Error() const override; ErrorCode Error() const override;
private: 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 UnloadFilament unl; ///< a high-level command/operation may be used as a building block of other operations as well
FeedToFinda feed; FeedToFinda feed;
RetractFromFinda retract; RetractFromFinda retract;