cut filament: remove two unused constants
parent
e2f396e2a2
commit
33ac3c607d
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue