We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206b6f0 commit 094ca72Copy full SHA for 094ca72
klippy/extras/virtual_sdcard.py
@@ -259,7 +259,7 @@ def work_handler(self, eventtime):
259
continue
260
# Pause if any other request is pending in the gcode class
261
if gcode_mutex.test():
262
- self.reactor.pause(self.reactor.monotonic() + 0.100)
+ self.reactor.pause(self.reactor.monotonic() + 0.050)
263
264
# Dispatch command
265
self.cmd_from_sd = True
0 commit comments