aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/display/display.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/extras/display/display.py')
-rw-r--r--klippy/extras/display/display.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/klippy/extras/display/display.py b/klippy/extras/display/display.py
index 7f880016..8e05cd2d 100644
--- a/klippy/extras/display/display.py
+++ b/klippy/extras/display/display.py
@@ -49,6 +49,9 @@ class PrinterLCD:
self.gcode.register_command('M117', self.cmd_M117)
# Start screen update timer
self.reactor.update_timer(self.screen_update_timer, self.reactor.NOW)
+ # Get menu instance
+ def get_menu(self):
+ return self.menu
# Graphics drawing
def animate_glyphs(self, eventtime, x, y, glyph_name, do_animate):
frame = do_animate and int(eventtime) & 1