docs: add exclude_object documentation

Also include sample macros to add M486 compatibility.

Signed-off-by: Franklyn Tackitt <git@frank.af>
Co-authored-by: Troy Jacobson <troy.d.jacobson@gmail.com>
This commit is contained in:
Frank Tackitt 2022-03-01 13:12:35 -07:00 committed by KevinOConnor
parent 89c59b035e
commit 638cd4d781
7 changed files with 257 additions and 0 deletions

View file

@ -1435,6 +1435,20 @@ Enable the "M118" and "RESPOND" extended
# override the "default_type".
```
### [exclude_object]
Enables support to exclude or cancel individual objects during the printing
process.
See the [exclude objects guide](Exclude_Object.md) and
[command reference](G-Codes.md#excludeobject)
for additional information. See the
[sample-macros.cfg](../config/sample-macros.cfg) file for a
Marlin/RepRapFirmware compatible M486 G-Code macro.
```
[exclude_object]
```
## Resonance compensation
### [input_shaper]