How to change Z tilt offset for beacon probe
I got my beacon probe working finally but when I do a z tilt it is still using the offset from the inductive probe. I am not sure how to change that. Z tilt is also very slow since I changed to 5160 stepper drivers I would like to increase that speed also.
2 Replies
It'll work fine without changing z-tilt.
When you want to configure stuff your own way, just take a look at the klipper config reference, it's all there: https://www.klipper3d.org/Config_Reference.html#z_tilt
Put anything you want to change in the USER OVERRIDES section
RatOS is just another set of defaults tailored to specific machines: https://os.ratrig.com/docs/configuration/includes-and-overrides
Includes & Overrides | RatOS
RatOS uses a modular configuration that heavily takes advantage of the config file include and merge logic in Klipper. For this reason, the order of includes and overrides are very important, do not change the order of the configuration unless you know what you're doing.
Ahh I see, thanks Mikl. I understand how to change those settings now.