diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-01-23 21:14:09 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-01-23 21:14:09 -0500 |
commit | 2ea3631222019b1eda1eb451ac60188b36951baa (patch) | |
tree | 0601e46d9fb7dad72566bab360d1f1561eba6f56 /config | |
parent | 8ed0f7c5c37a3e2a3c38d19b19bbd6846453a6df (diff) | |
download | kutter-2ea3631222019b1eda1eb451ac60188b36951baa.tar.gz kutter-2ea3631222019b1eda1eb451ac60188b36951baa.tar.xz kutter-2ea3631222019b1eda1eb451ac60188b36951baa.zip |
delta: Add print_radius option to customize valid XY radius
Add ability to override the default XY move checking radius.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/example-delta.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/example-delta.cfg b/config/example-delta.cfg index b6a25fdb..320a74af 100644 --- a/config/example-delta.cfg +++ b/config/example-delta.cfg @@ -107,6 +107,13 @@ delta_radius: 174.75 # axis towers. This parameter may also be calculated as: # delta_radius = smooth_rod_offset - effector_offset - carriage_offset # This parameter must be provided. +#print_radius: +# The radius (in mm) of valid toolhead XY coordinates. One may use +# this setting to customize the range checking of toolhead moves. If +# a large value is specified here then it may be possible to command +# the toolhead into a collision with a tower. The default is to use +# delta_radius for print_radius (which would normally prevent a +# tower collision). # The delta_calibrate section enables a DELTA_CALIBRATE extended # g-code command that can calibrate the tower endstop positions and |