aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--klippy/extras/virtual_sdcard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/virtual_sdcard.py b/klippy/extras/virtual_sdcard.py
index 79e57c13..dd4b686d 100644
--- a/klippy/extras/virtual_sdcard.py
+++ b/klippy/extras/virtual_sdcard.py
@@ -118,7 +118,7 @@ class VirtualSD:
self.current_file.seek(self.file_position)
except:
logging.exception("virtual_sdcard seek")
- self.gcode.error("Unable to seek file")
+ self.gcode.respond_error("Unable to seek file")
self.work_timer = None
return self.reactor.NEVER
partial_input = ""