jschuh / klipper-macros

A collection of useful macros for the Klipper 3D printer firmware
GNU General Public License v3.0
921 stars 167 forks source link

[BUG] Option 'relative_reference_index' is not valid in section 'bed_mesh' #231

Closed M3HNGRY closed 5 months ago

M3HNGRY commented 6 months ago

Updated Klipper to v0.12.0-111-g4f00f219 running klipper-macros v0.8.8-0-g14840a4f.

image

gretel commented 6 months ago

https://github.com/Klipper3d/klipper/commit/c92732e4f18caf95d1a2789f8438cca4c844413d

Gamithon commented 6 months ago

To fix this after updating klipper: Remove the depreciated "relative_reference_index" from you [bed_mesh] gcode (inside printer.cfg) I also had to remove the "relative_reference_index: #" line as well It is recommended to use "zero_reference_position"

I didn't see any functionality differences after making the above changes. Is there any major differences between the two commands?

gretel commented 5 months ago

is this project maintained?

jschuh commented 5 months ago

As noted above, this is unrelated to the macros; you're getting it because Klipper removed relative_reference_index.