diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-07-24 11:47:25 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-07-24 11:47:25 -0400 |
commit | 51baeb3c2c6c4766b723b8facfb8143f5192a014 (patch) | |
tree | 53ca8646a01c07b653a1d99d9464f43645491153 | |
parent | 959a20888c2532950e98cff9694377ecef16ae95 (diff) | |
download | kutter-51baeb3c2c6c4766b723b8facfb8143f5192a014.tar.gz kutter-51baeb3c2c6c4766b723b8facfb8143f5192a014.tar.xz kutter-51baeb3c2c6c4766b723b8facfb8143f5192a014.zip |
config: Reduce max_z_velocity in example-delta.cfg to 150
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | config/example-delta.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/example-delta.cfg b/config/example-delta.cfg index 475c179c..aa03fa1d 100644 --- a/config/example-delta.cfg +++ b/config/example-delta.cfg @@ -85,7 +85,7 @@ max_velocity: 300 max_accel: 3000 # Maximum acceleration (in mm/s^2) of the toolhead relative to the # print. This parameter must be specified. -max_z_velocity: 200 +max_z_velocity: 150 # 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 # maximum speed of up/down moves (which require a higher step rate |