index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
extras
/
display
/
menu.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Isort all klippy code
Tomasz Kramkowski
2025-08-15
1
-1
/
+5
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-167
/
+177
*
menu: redesigned name scroller & menu rendering (#3837)
Janar Sööt
2021-02-20
1
-93
/
+94
*
menu: modifications (#3262)
Janar Sööt
2020-12-03
1
-209
/
+161
*
menu: only render visible list items
Janar Sööt
2020-08-26
1
-35
/
+34
*
menu: fixing input gcode run issue on edit start
Janar Sööt
2020-08-26
1
-0
/
+4
*
gcode: Remove "action_" commands from get_status() calls
Kevin O'Connor
2020-08-20
1
-8
/
+5
*
menu: reduce timeout timer period to 1s
Janar Sööt
2020-08-20
1
-7
/
+2
*
display: Support requesting a screen redraw on a menu key press
Kevin O'Connor
2020-08-20
1
-10
/
+7
*
menu: remove surplus self.running=False
Janar Sööt
2020-08-18
1
-2
/
+0
*
menu: optimize container populate
Janar Sööt
2020-08-18
1
-13
/
+8
*
menu: fix for overwriting existing menu item (#3189)
Janar Sööt
2020-08-14
1
-1
/
+3
*
menu: Replace menu with new Jinja2 template system (#2344)
Janar Sööt
2020-08-09
1
-1088
/
+700
*
menu_keys: Move button handling from menu.py to new file menu_keys.py
Kevin O'Connor
2020-06-15
1
-155
/
+16
*
klippy: Rename try_load_module() to load_object()
Kevin O'Connor
2020-05-08
1
-1
/
+1
*
menu: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-3
/
+3
*
menu: Disable support for "deck" and "card" menu items
Kevin O'Connor
2020-03-08
1
-2
/
+2
*
buttons: Remove MCU_ADC_buttons debug capability
Kevin O'Connor
2019-11-07
1
-6
/
+5
*
menu: Remove customized get_status overrides
Kevin O'Connor
2019-06-04
1
-17
/
+0
*
menu: initial support for analog buttons (#977)
Janar Sööt
2019-04-14
1
-10
/
+80
*
gcode: Change respond_info() to log by default
Kevin O'Connor
2019-03-04
1
-3
/
+2
*
menu: Don't peek into printer.objects member variable
Kevin O'Connor
2019-01-08
1
-7
/
+5
*
klippy: Convert printer_state("ready") to an event handler
Kevin O'Connor
2019-01-08
1
-15
/
+15
*
menu: allow empty command gcode if action is present
Janar Sööt
2019-01-07
1
-1
/
+3
*
menu: enhancements
Janar Sööt
2019-01-07
1
-26
/
+111
*
menu: allow names in card content and simplify define single card decks
Janar Sööt
2019-01-07
1
-3
/
+41
*
menu: support for click button long press
Janar Sööt
2019-01-07
1
-28
/
+49
*
display: Add a get_dimensions() method to lcd chip classes
Kevin O'Connor
2018-11-21
1
-5
/
+1
*
menu: vsdcard - scroll long filenames (#694)
Janar Sööt
2018-09-25
1
-1
/
+4
*
configfile: Move config file code from klippy.py to new file
Kevin O'Connor
2018-09-25
1
-6
/
+3
*
menu: new fast step rate feature
Janar Sööt
2018-09-21
1
-19
/
+35
*
menu: Queue g-code commands to avoid command reordering
Kevin O'Connor
2018-09-02
1
-11
/
+21
*
display menu module for klipper
Janar Sööt
2018-08-20
1
-0
/
+1437