aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras
diff options
context:
space:
mode:
authorDavid Smith <davidosmith@gmail.com>2020-02-03 15:32:44 -0500
committerGitHub <noreply@github.com>2020-02-03 15:32:44 -0500
commitb6779cc01977ed801485341418b5f3e2de4ce9cd (patch)
tree326b1bd85962d2df7e6fa2c098219321f11d5deb /klippy/extras
parent68e59528a4e6969b1b9f391c1f98b9ec4856875f (diff)
downloadkutter-b6779cc01977ed801485341418b5f3e2de4ce9cd.tar.gz
kutter-b6779cc01977ed801485341418b5f3e2de4ce9cd.tar.xz
kutter-b6779cc01977ed801485341418b5f3e2de4ce9cd.zip
delayed_gcode: Fix definition reference for UPDATE_DELAYED_GCODE (#2465)
Signed-off-by: David Smith <davidosmith@gmail.com>
Diffstat (limited to 'klippy/extras')
-rw-r--r--klippy/extras/delayed_gcode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/delayed_gcode.py b/klippy/extras/delayed_gcode.py
index 71c093c5..b56c298c 100644
--- a/klippy/extras/delayed_gcode.py
+++ b/klippy/extras/delayed_gcode.py
@@ -21,7 +21,7 @@ class DelayedGcode:
self.gcode.register_mux_command(
"UPDATE_DELAYED_GCODE", "ID", self.name,
self.cmd_UPDATE_DELAYED_GCODE,
- desc=self.cmd_UPDATE_DELAYED_GCODE)
+ desc=self.cmd_UPDATE_DELAYED_GCODE_help)
def _handle_ready(self):
waketime = self.reactor.NEVER
if self.duration: