Jump to content

After last update, "Deprecated Klipper Option" message?


ken226

Recommended Posts

Not a big issue I think.

Uncomment the "relative_reference_index" in the [bed-mesh] section of the printer.cfg   Explanation of the function here. (See comment from Arksine)

The message means Klipper no longer needs /requires/uses this parameter. The code no longer supports this function.

  • Thanks 1
Link to comment
Share on other sites

  • 3 weeks later...

It's not gone, it's just been generalized and replaced with zero_reference_position. It's now an arbitrary x, y position rather than one of the bed mesh grid points.

#zero_reference_position:
#   An optional X,Y coordinate that specifies the location on the bed
#   where Z = 0.  When this option is specified the mesh will be offset
#   so that zero Z adjustment occurs at this location.  The default is
#   no zero reference.
#relative_reference_index:
#   **DEPRECATED, use the "zero_reference_position" option**
#   The legacy option superceded by the "zero reference position".
#   Rather than a coordinate this option takes an integer "index" that
#   refers to the location of one of the generated points. It is recommended
#   to use the "zero_reference_position" instead of this option for new
#   configurations. The default is no relative reference index.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...