mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 06:24:03 -06:00
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:
parent
89c59b035e
commit
638cd4d781
7 changed files with 257 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue