From 64031ab3d7c5a857d5bdaa975752112f2da38a49 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 24 Apr 2020 15:54:18 -0400 Subject: gcode: Rename respond() to respond_raw() 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 --- klippy/extras/gcode_button.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/extras/gcode_button.py') diff --git a/klippy/extras/gcode_button.py b/klippy/extras/gcode_button.py index f6ec5870..757d8f7a 100644 --- a/klippy/extras/gcode_button.py +++ b/klippy/extras/gcode_button.py @@ -26,7 +26,7 @@ class GCodeButton: cmd_QUERY_BUTTON_help = "Report on the state of a button" def cmd_QUERY_BUTTON(self, params): - self.gcode.respond(self.name + ": " + self.get_status()['state']) + self.gcode.respond_info(self.name + ": " + self.get_status()['state']) def button_callback(self, eventtime, state): self.last_state = state -- cgit v1.2.3-70-g09d2