Hide macros, outputs or fans
Last updated
Last updated
You can show and hide G-Code macros in the interface settings. Did you know, that you can also hide G-Code macros by prefixing the name with an underscore?
MY_AWESOME_GCODE
appears in your interface settings, _MY_HELPER_CODE
does not.
This also works for other configuration sections including fans and outputs.
rename_existing
All gcode_macros
with the attribute rename_existing
are also hidden in Mainsail, because these are default Klipper Gcodes and these should be implemented in Mainsail itself with buttons already.
For example the PAUSE
macro in the mainsail.cfg
: