#How do you make sure your klipper macro can show up in the 'Macros' section?
7 messages · Page 1 of 1 (latest)
The rules are easy:
- Any macro startet with _ will not been shown. These can be seen as “helper” macros tht you never want to execute alone
- Any macro that contains
rename_existing will not been shown. These are modified Klipper stock macros that are in many cases used in the UI anyhow. So e.g. yourPAUSE\RESUME\CANCEL_PRINT` are shown while printing in the UI.
All others are either shown directly if you use the “simple” macro management or can be added to any group if you use the expert mode.
Gotcha, thanks 🙂