report_state > event_handler

Make the endstop report method track endstop changes on its own.
This commit is contained in:
Scott Lahteine
2018-07-11 17:33:26 -05:00
parent 6b521b6df2
commit 566d05006d
3 changed files with 11 additions and 11 deletions

View File

@ -945,7 +945,7 @@ void loop() {
if (commands_in_queue < BUFSIZE) get_available_commands();
advance_command_queue();
endstops.report_state();
endstops.event_handler();
idle();
}
}