aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-menu.cfg
Commit message (Collapse)AuthorAgeFilesLines
* docs: Move config reference information to new Config_Reference.mdKevin O'Connor2020-11-181-73/+0
| | | | | | | Move all the config reference information from files in the config/ directory to a new Config_Reference.md document. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* menu: Replace menu with new Jinja2 template system (#2344)Janar Sööt2020-08-091-134/+52
| | | | | | | | | | | | | | | menu.cfg: - jinja2 template scripting - new Setup menu - new Calibration menu menu: - redesigned menu code - jinja2 support - option to reverse menu up and down directions - functionality set to support menu injection from other modules - a new way of defining menu hierarchy - other adjustments Signed-off-by: Janar Sööt <janar.soot@gmail.com>
* menu: Disable support for "deck" and "card" menu itemsKevin O'Connor2020-03-081-50/+0
| | | | | | | | Disable support for customizing the main lcd display content via the menu system. Advise users to use the new display_data config sections as a replacement. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* menu: enhancementsJanar Sööt2019-01-071-0/+6
| | | | | | | | | | - changes that make easier to use menu as module UI - new helper method for delayed callbacks - method for getting the menu instance from display - new action for sending menu:action events - allow_without_selection option for cards Signed-off-by: Janar Sööt <janar.soot@gmail.com>
* menu: allow names in card content and simplify define single card decksJanar Sööt2019-01-071-0/+9
| | | | Signed-off-by: Janar Sööt <janar.soot@gmail.com>
* menu: support for click button long pressJanar Sööt2019-01-071-2/+6
| | | | | | | - long press with timer (button release is not needed anymore) - initial support for edit mode long press gcode Signed-off-by: Janar Sööt <janar.soot@gmail.com>
* menu: new fast step rate featureJanar Sööt2018-09-211-0/+5
| | | Signed-off-by: Janar Sööt <janar.soot@gmail.com>
* display menu module for klipperJanar Sööt2018-08-201-0/+181
Signed-off-by: Janar Sööt <janar.soot@gmail.com>