diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-07-19 12:27:32 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-07-19 14:14:01 -0400 |
commit | 17a3e25036bc8ed6679fcc32cae725d9fd6f6c39 (patch) | |
tree | c54820d74d0e6753aa2f6a8f9ee656bbe353c777 /config/example-delta.cfg | |
parent | c4b8d3ea8bbfc00801d2b509d3436539177b0b46 (diff) | |
download | kutter-17a3e25036bc8ed6679fcc32cae725d9fd6f6c39.tar.gz kutter-17a3e25036bc8ed6679fcc32cae725d9fd6f6c39.tar.xz kutter-17a3e25036bc8ed6679fcc32cae725d9fd6f6c39.zip |
docs: Improve description of delta stepper acceleration limits
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-delta.cfg')
-rw-r--r-- | config/example-delta.cfg | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/config/example-delta.cfg b/config/example-delta.cfg index bde70cc6..475c179c 100644 --- a/config/example-delta.cfg +++ b/config/example-delta.cfg @@ -81,16 +81,10 @@ kinematics: delta # This option must be "delta" for linear delta printers. max_velocity: 300 # Maximum velocity (in mm/s) of the toolhead relative to the -# print. This limits the velocity of the toolhead relative to the -# print - at the extreme end of the print envelope the delta axis -# steppers themselves may briefly exceed this speed by up to 3 -# times. This parameter must be specified. +# print. This parameter must be specified. max_accel: 3000 # Maximum acceleration (in mm/s^2) of the toolhead relative to the -# print. This limits the acceleration of the toolhead relative to -# the print - at the extreme end of the print envelope the delta -# axis steppers may briefly exceed this acceleration by up to 3 -# times. This parameter must be specified. +# print. This parameter must be specified. max_z_velocity: 200 # For delta printers this limits the maximum velocity (in mm/s) of # moves with z axis movement. This setting can be used to reduce the |