Beacon contact not being used for bed mesh when enabled
Moving to a MRW bed so enabled beacon contact and enabled all the extra features to use it including bed mesh. Ztilt and homing use contact as they should except for bed meshing what am i missing here any ideas?.
6 Replies
Here the print config everything else is stock idex 400 settings
Oddly enough if i do BED_MESH_CALIBRATE PROFILE="default" PROBE_METHOD=contact it will contact as it should for the bed mesh
You've got several sections of [gcode_macro RatOS] in there
My understanding is that the sections will override each other, Klipper will use the lowest section in the config file. And because your lowest section only has variable_skew_profile: "my_skew" defined in it, all of the other variables will be reset to default
You need to combine all of those into one section so that all of your variables will be applied
These

Need to be moved up here into this section

Thank you so much! im new to klipper so its been a learning experience!