kevinakasam / KlackEnder-Probe

Klicky / Quickdraw Probe for the Ender 3
GNU General Public License v3.0
368 stars 36 forks source link

relative_reference_index in the bed_mesh section is deprecated #27

Closed eduhoribe closed 9 months ago

eduhoribe commented 1 year ago

Klipper deprecated the relative_reference_index option for the bed_mesh in the version 20230619, details on how to update the configuration are specified here.

After a quick read, my two cents is that we could replace it with the zero_reference_position pointing to one of the bed leveling screws.

miroan81 commented 1 year ago

I've just updated to the newest version and this thing popped out. After looking and reading I decided just to comment RRI and leave it like that, did bed mesh few times nothing weird happened, I guess zero_reference_position is not actually needed if everything works ok

oldcrazyeye commented 9 months ago

Updated in the config now, thank you