How can I adjust speeds for z TILT?
This is probably hiding in plain sight but I just can't find where the speeds for the tilt macro are defined. Can anyone help? The Z speed is quite resonant so I'd like to adjust it to be the same as the homing speed. My setup is V-Core 3 300/ Octopus 1.1/ Klipper/ RatOS.
20 Replies
[z_tilt]
speed: 500
absent-sapphireOP•2y ago
I don't think that can be the z speed
ohh
sorry
i thought you mean travle speed
for the z-speed there are two values
[probe]
speed: 15
lift_speed: 15
speed is the actual probing speed
lift_speed the lift up speed 🙂absent-sapphireOP•2y ago
That's the same z speed as the homing speed, which doesn't resonate so not sure that's it. Where are those speeds defined?
these are the speeds for z-tilt
absent-sapphireOP•2y ago
Where are they defined?
the default values are in your printer.cfg includes
depends on your printer
absent-sapphireOP•2y ago
I have run searches and can't find lift_speed defined in printer.cfg or v-core configs or other places I thought they might be. Maybe it's missing from my config? Can you be more specific?
add this to the user overridesc section in your printer.cfg
[probe]
speed: 15
lift_speed: 15
these speeds are for the homing, meshing an z-tilting z movesabsent-sapphireOP•2y ago
Hmm. It's not there, And never has been, based on backups taken from the initial install. Might explain a few weird things. Is there a 'pristine' printer.cfg file that I can download?
this is a override you need to add
u need to do this in case you dont want the defautl values
just add it to your existing printer.cfg
They are klipper defaults
See https://www.klipper3d.org/Config_Reference.html#probe
absent-sapphireOP•2y ago
Okay, thanks for the help. I will add some overrides tomorrow as suggested.👍
I get error "Option 'lift_speed' is not valid in section 'probe'" when I added those overrides. Here's what I added:# Probe overrides
[probe]
speed: 15
lift_speed: 15
please share your printer.cfg
absent-sapphireOP•2y ago
Here you go
absent-sapphireOP•2y ago
I should say I got the similar message with the speed under probe, I commented it out then got the lift speed error
you havenbt configured your probe
you are using a bltouch
thats different
use
[bltouch]
lift_speed: 15
@mitsuma could you share here your bltouch speed settings please
i know you have a config where the bltouch doesnt suck that muchabsent-sapphireOP•2y ago
Oh. Thanks. It works! All help much appreciated. 😃