Macro Prompts
It allows macros in Klipper to trigger dialog prompts to interact with the Firmware and will enable the user to choose between options or to close the dialog again in case it's no longer needed.

Supported Macro prompt commands:
// action:prompt_begin <headline>
// action:prompt_text <text>
// action:prompt_button <label>|<gcode?>|<color?>

// action:prompt_button_group_start
// action:prompt_button_group_end
// action:prompt_footer_button <label>|<gcode?>|<color?>

// action:prompt_show
// action:prompt_end
Examples
Prompt with multiple Button-Groups
Simple question prompt
Last updated
Was this helpful?
