cut filament: remove two unused constants

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

View File

@ -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;