Motion - remove dummy Idler functions
parent
9caf680633
commit
ade5f11fe2
|
|
@ -14,10 +14,6 @@ void Motion::SetMode(MotorMode mode) {}
|
|||
|
||||
void Motion::Step() {}
|
||||
|
||||
bool Motion::IdlerDisengaged() const { return true; }
|
||||
|
||||
bool Motion::IdlerEngaged() const { return true; }
|
||||
|
||||
void ISR() {}
|
||||
|
||||
//@@TODO check the directions
|
||||
|
|
|
|||
|
|
@ -89,10 +89,6 @@ public:
|
|||
void AbortPlannedMoves() {}
|
||||
|
||||
/// probably higher-level operations knowing the semantic meaning of axes
|
||||
void Idler(IdlerMode im) {}
|
||||
|
||||
bool IdlerDisengaged() const;
|
||||
bool IdlerEngaged() const;
|
||||
|
||||
private:
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue