config: Reduce max_z_velocity in example-delta.cfg to 150
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
959a20888c
commit
51baeb3c2c
|
@ -85,7 +85,7 @@ max_velocity: 300
|
||||||
max_accel: 3000
|
max_accel: 3000
|
||||||
# Maximum acceleration (in mm/s^2) of the toolhead relative to the
|
# Maximum acceleration (in mm/s^2) of the toolhead relative to the
|
||||||
# print. This parameter must be specified.
|
# 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
|
# 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
|
# 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
|
# maximum speed of up/down moves (which require a higher step rate
|
||||||
|
|
Loading…
Reference in New Issue