report_state > event_handler
Make the endstop report method track endstop changes on its own.
This commit is contained in:
@ -128,7 +128,7 @@ class Endstops {
|
||||
/**
|
||||
* Report endstop hits to serial. Called from loop().
|
||||
*/
|
||||
static void report_state();
|
||||
static void event_handler();
|
||||
|
||||
/**
|
||||
* Report endstop positions in response to M119
|
||||
|
Reference in New Issue
Block a user