aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Reference.md
diff options
context:
space:
mode:
authorFrank Tackitt <im@frank.af>2022-03-01 13:12:35 -0700
committerKevinOConnor <kevin@koconnor.net>2022-06-03 14:12:04 -0400
commit638cd4d7810d017996438c2c993948af31b0a579 (patch)
treed01dd01b3d712a7d24b640c5c36c385a755cc05b /docs/Config_Reference.md
parent89c59b035e93e87d2fc22010d7030dc86434ce03 (diff)
downloadkutter-638cd4d7810d017996438c2c993948af31b0a579.tar.gz
kutter-638cd4d7810d017996438c2c993948af31b0a579.tar.xz
kutter-638cd4d7810d017996438c2c993948af31b0a579.zip
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>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r--docs/Config_Reference.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md
index c5347394..8d58e562 100644
--- a/docs/Config_Reference.md
+++ b/docs/Config_Reference.md
@@ -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]