How to set z offset
-
So i need to manually babystep to 0.1mm each print. How do i save the value? There is no save button ️
After using klipper and mainsail i just cant stand the lack of features in rrf. I love the quick interface and the hardware. But not even being able to save something like babystepping from the UI is lacking if you ask me.
-
@Alucardi There's a few macros around on the forum to do this. M500 P31 saves the current Z probe offset to config-override.g, so you just need to add the current Z offset and the baby stepping, apply that as the new probe offset, then save it with M500 P31. See
https://forum.duet3d.com/topic/18100/script-to-make-babysteps-permanent (read the whole thread)
Alternative way to do it:
https://forum.duet3d.com/post/249949Ian