aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/query_endstops.py
Commit message (Collapse)AuthorAgeFilesLines
* query_endstops: Add get_status() method that reports the last query stateKevin O'Connor2020-02-121-3/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* mcu: Integrate query_endstop_wait() into query_endstop()Kevin O'Connor2019-07-101-8/+4
| | | | | | There is no need to have two separate calls to query an endstop. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* query_endstops: Move QUERY_ENDSTOP command to it own extras/ moduleKevin O'Connor2018-07-161-0/+34
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>