785 B
785 B
layout | title | parent | has_children | permalink | description |
---|---|---|---|---|---|
default | Hide macros, outputs or fans | Quicktips | false | /quicktips/hide-gcode_macros | As you probably already noticed, you can show and hide the gcode macros in the interface settings, but there is more... |
{{ page.title }}
{{ page.description }}
Did you know, that you can also hide gcode macros by prefixing the name with an underscore?
[gcode_macro MY_AWESOME_GCODE]
gcode:
_MY_HELPER_CODE
[gcode_macro _MY_HELPER_CODE]
gcode:
M300
MY_AWESOME_GCODE
appears in your interface settings, _MY_HELPER_CODE
not.
By the way, this also works for other configuration sections like, fans and outputs. {: .info}