[bug]gcode write_parsing_response_buffer
fix call to function
This commit is contained in:
parent
55e81655f4
commit
107e2e1693
octoprint_klipper
|
@ -386,7 +386,7 @@ class KlipperPlugin(
|
|||
elif "// probe" in line or "// Failed to verify BLTouch" in line:
|
||||
msg = line.strip('/')
|
||||
self.log_info(msg)
|
||||
write_parsing_response_buffer()
|
||||
self.write_parsing_response_buffer()
|
||||
elif "//" in line:
|
||||
# add lines with // to a buffer
|
||||
self._message = self._message + line.strip('/')
|
||||
|
|
Loading…
Reference in New Issue