Skip to content

Klipper: Allow match patterns and commands to be disabled by a check box

Original commit message(s)

  • Klipper: Allow match patterns and commands to be disabled by a check box

Reason for the change

A feature request from a long time ago. Useful if the user wants a match pattern or command to temporarily not apply, but may need to reactivate it in the future without having to go through the complicated process of adding it from new again.

The configuration for saving an enabled state for each defined command already existed, the only changes needed were the configuration GUI and actually taking note of the enabled state when creating the action popup menu.

Test plan

No autotests yet for the configuration GUI. Manually checked its operation, saving and restoring the configuration over a Plasma restart, and excluding disabled items from the popup menu.

Screenshots or screen recordings

klipper-check-boxes-7952

Bugs fixed

BUG: 7952

Merge request reports

Loading