aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/query_endstops.py
Commit message (Collapse)AuthorAgeFilesLines
* webhooks: Remove "method" parameter from webhook requestsKevin O'Connor2020-08-161-2/+0
| | | | | | | Don't require or use the "method" parameter of requests. This simplifies the interface. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* query_endstops: register "query_endstops/status" endpointArksine2020-06-241-0/+15
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* query_endstops: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-3/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* gcode: Rename respond() to respond_raw()Kevin O'Connor2020-04-241-1/+1
| | | | | | | | | | | Rename the method to make it more clear that it is a low-level call that should be rarely used. Also, change gcode_button.py, hall_filament_width_sensor.py, and tsl1401cl_filament_width_sensor.py to use respond_info() instead of respond_raw(). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* 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>