Skip to content

Commit 53e21f8

Browse files
committed
docs: separate regular and diagnostic configuration for beacon true zero correction
1 parent a406998 commit 53e21f8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

site/docs/configuration/beacon_true_zero_correction.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ The `[beacon_true_zero_correction]` module is enabled by default in RatOS whenev
1616
[beacon_true_zero_correction]
1717
# If True, the true zero correction feature is disabled. Default: False
1818
disabled: False
19+
```
20+
21+
## Diagnostic Configuration
22+
23+
The following configuration options are available for diagnostic purposes only. Users should not modify or paste these these settings into `printer.cfg` in normal use.
24+
25+
```properties
26+
[beacon_true_zero_correction]
1927
# z values greater than z_rejection_threshold are rejected. These typically correspond to early triggering
2028
# of beacon contact before the nozzle has touched the bed. From test data, these are rare. Only 0.028% of samples
2129
# exceeded 75um (from over 32,000 samples across multiple machines and print surfaces).

0 commit comments

Comments
 (0)