Merge pull request #1581 from msutas/Development
Filament Runout Sensor Feature
This commit is contained in:
commit
d3259d0dba
4 changed files with 54 additions and 0 deletions
|
|
@ -199,6 +199,10 @@ void prepare_move();
|
|||
void kill();
|
||||
void Stop();
|
||||
|
||||
#ifdef FILAMENT_RUNOUT_SENSOR
|
||||
void filrunout();
|
||||
#endif
|
||||
|
||||
bool IsStopped();
|
||||
|
||||
bool enquecommand(const char *cmd); //put a single ASCII command at the end of the current buffer or return false when it is full
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue