Z Macro travel speed

I have TR8x2 lead screws and the current macros spin the steppers faster then I'd like. Are there variables for controlling the Z speed on all the macros similar to the XY, where the bed flys down and back up?
1 Reply
TheTik
TheTik3w ago
maybe add something like this to your printer.cfg, with your own values. If you look at your klippy.log you may be able to see what the current speed is set to.
[printer]
maz_z_velocity: 5
max_z_accel: 100
[printer]
maz_z_velocity: 5
max_z_accel: 100

Did you find this page helpful?