Merge pull request #1581 from msutas/Development

Filament Runout Sensor Feature
This commit is contained in:
alexborro
2015-03-14 18:35:20 -03:00
4 changed files with 54 additions and 0 deletions

View File

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