diff options
author | Nitram <33714214+Hywelmartin@users.noreply.github.com> | 2022-08-19 19:27:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 13:27:44 -0400 |
commit | 6a91824486decfe5ae581430b42b3418b7562140 (patch) | |
tree | e965f649240072a65197e072caf9607a0bcced12 /docs | |
parent | 20a28bc00ff1555e4d096af8f05f77474a3e43aa (diff) | |
download | kutter-6a91824486decfe5ae581430b42b3418b7562140.tar.gz kutter-6a91824486decfe5ae581430b42b3418b7562140.tar.xz kutter-6a91824486decfe5ae581430b42b3418b7562140.zip |
delta: Added the possibility to get where the "cone shape" of the build volume starts from Macros (#5662)
Added the possibility to get where the "cone shape" of the build volume starts from Macros
Signed-off-by: Martin Malmqvist <Volcomosq@gmx.com>
Diffstat (limited to 'docs')
-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 |