disable steppers as routine in stepper.cpp

This commit is contained in:
Bernhard
2011-11-26 11:50:23 +01:00
parent 74d0032e25
commit 4d6a5c29df
3 changed files with 14 additions and 6 deletions

View File

@ -46,6 +46,8 @@ void endstops_hit_on_purpose(); //avoid creation of the message, i.e. after home
void checkStepperErrors(); //Print errors detected by the stepper
void finishAndDisableSteppers();
extern block_t *current_block; // A pointer to the block currently being traced