You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/docs/configuration/beacon_true_zero_correction.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,14 @@ The `[beacon_true_zero_correction]` module is enabled by default in RatOS whenev
16
16
[beacon_true_zero_correction]
17
17
# If True, the true zero correction feature is disabled. Default: False
18
18
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]
19
27
# z values greater than z_rejection_threshold are rejected. These typically correspond to early triggering
20
28
# of beacon contact before the nozzle has touched the bed. From test data, these are rare. Only 0.028% of samples
21
29
# exceeded 75um (from over 32,000 samples across multiple machines and print surfaces).
0 commit comments