diff options
Diffstat (limited to 'docs/Status_Reference.md')
-rw-r--r-- | docs/Status_Reference.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index 7b6f1a42..68e701bb 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -438,6 +438,8 @@ The following information is available in the `toolhead` object - `axis_minimum`, `axis_maximum`: The axis travel limits (mm) after homing. It is possible to access the x, y, z components of this limit value (eg, `axis_minimum.x`, `axis_maximum.z`). +- For Delta printers the `cone_start_z` is the max z height at + maximum radius (`printer.toolhead.cone_start_z`). - `max_velocity`, `max_accel`, `max_accel_to_decel`, `square_corner_velocity`: The current printing limits that are in effect. This may differ from the config file settings if a |