aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/gcode.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/gcode.py')
-rw-r--r--klippy/gcode.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/klippy/gcode.py b/klippy/gcode.py
index 3abc70aa..97621cb9 100644
--- a/klippy/gcode.py
+++ b/klippy/gcode.py
@@ -325,6 +325,7 @@ class GCodeDispatch:
msg = self.printer.get_state_message()[0]
msg = msg.rstrip() + "\nKlipper state: Not ready"
raise gcmd.error(msg)
+ cmd_HELP_help = "Report the list of available extended G-Code commands"
def cmd_HELP(self, gcmd):
cmdhelp = []
if not self.is_printer_ready: