docs: clarify why some macros are no longer visible close #1137

This commit is contained in:
alfrix 2023-10-02 23:08:00 -03:00
parent f6f6987f76
commit 1b136a636b

View File

@ -1,5 +1,13 @@
# Macros # Macros
## Hidden by the interface
All gcode_macros with the attribute `rename_existing` are hidden , because these are default Klipper Gcodes
and these should be implemented in KlipperScreen itself with buttons already.
[This is the same behaiviour of other UIs](https://docs.mainsail.xyz/overview/features/hide-macros-outputs-or-fans#macros-with-rename_existing)
[LOAD_FILAMENT and UNLOAD_FILAMENT are also hidden](#load_filament-unload_filament)
## Hide Macros ## Hide Macros
Macros can be completely hidden in the interface by prefixing the name with an underscore. Macros can be completely hidden in the interface by prefixing the name with an underscore.
@ -20,7 +28,7 @@ gcode:
### LOAD_FILAMENT / UNLOAD_FILAMENT ### LOAD_FILAMENT / UNLOAD_FILAMENT
This macros are used in the Extrude panel `Load` and `Unload` buttons. This macros are used in the Extrude panel `Load` and `Unload` buttons. and they will be hidden from the macros panel.
The selected speed in the panel is transferred as a parameter. The selected speed in the panel is transferred as a parameter.