aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/display/menu.py
Commit message (Expand)AuthorAgeFilesLines
* menu_keys: Move button handling from menu.py to new file menu_keys.pyKevin O'Connor2020-06-151-155/+16
* klippy: Rename try_load_module() to load_object()Kevin O'Connor2020-05-081-1/+1
* menu: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-3/+3
* menu: Disable support for "deck" and "card" menu itemsKevin O'Connor2020-03-081-2/+2
* buttons: Remove MCU_ADC_buttons debug capabilityKevin O'Connor2019-11-071-6/+5
* menu: Remove customized get_status overridesKevin O'Connor2019-06-041-17/+0
* menu: initial support for analog buttons (#977)Janar Sööt2019-04-141-10/+80
* gcode: Change respond_info() to log by defaultKevin O'Connor2019-03-041-3/+2
* menu: Don't peek into printer.objects member variableKevin O'Connor2019-01-081-7/+5
* klippy: Convert printer_state("ready") to an event handlerKevin O'Connor2019-01-081-15/+15
* menu: allow empty command gcode if action is presentJanar Sööt2019-01-071-1/+3
* menu: enhancementsJanar Sööt2019-01-071-26/+111
* menu: allow names in card content and simplify define single card decksJanar Sööt2019-01-071-3/+41
* menu: support for click button long pressJanar Sööt2019-01-071-28/+49
* display: Add a get_dimensions() method to lcd chip classesKevin O'Connor2018-11-211-5/+1
* menu: vsdcard - scroll long filenames (#694)Janar Sööt2018-09-251-1/+4
* configfile: Move config file code from klippy.py to new fileKevin O'Connor2018-09-251-6/+3
* menu: new fast step rate featureJanar Sööt2018-09-211-19/+35
* menu: Queue g-code commands to avoid command reorderingKevin O'Connor2018-09-021-11/+21
* display menu module for klipperJanar Sööt2018-08-201-0/+1437