M120/M121 also set endstops non-homing state

This commit is contained in:
Scott Lahteine
2016-03-24 03:18:45 -07:00
parent 02f466e633
commit af32a7d5d6
3 changed files with 26 additions and 16 deletions

View File

@ -54,6 +54,9 @@ void endstops_hit_on_purpose(); //avoid creation of the message, i.e. after homi
void enable_endstops(bool check); // Enable/disable endstop checking
void enable_endstops_globally(bool check);
void endstops_not_homing();
void checkStepperErrors(); //Print errors detected by the stepper
void finishAndDisableSteppers();