Bed_Distance_sensor icon indicating copy to clipboard operation
Bed_Distance_sensor copied to clipboard

Z does not follow the mesh (motors stopped)

Open Liquidus-tech opened this issue 1 year ago • 6 comments

Good afternoon, I have this problem that I can't figure out: the z motors don't follow the created mesh, they are practically stationary... Can you help me solve this? Thank you klippy.log

Liquidus-tech avatar Aug 24 '24 14:08 Liquidus-tech

with klipper?

luco85 avatar Aug 25 '24 12:08 luco85

Yes

Liquidus-tech avatar Aug 25 '24 21:08 Liquidus-tech

If you make a bed mesh on every print start is strange, otherwise if you save it check if in you start macro load the mesh created. Klipper do not load default mesh as in the past image

luco85 avatar Aug 26 '24 05:08 luco85

Where do you have your sensor connected? Did you follow this?

dronecz avatar Aug 26 '24 19:08 dronecz

Hi, yes, I think I've done everything. In the meantime I updated to version 1.2c via Slink and Continue not following the mesh (I use Ideamaker). Home and QGL works fine. Launching commands

G28 BDSENSOR_SET REAL_TIME_HEIGHT=0.3 G1Z0.2

I received the following error:

Unable to get response "I2CBDr".

from .cgf I changed the delay from 20 to 11or 8 but nothing changed.

At this point I don't know how to proceed anymore... klippy.log

Liquidus-tech avatar Aug 28 '24 20:08 Liquidus-tech

Hi, the real time level and the mesh bed level can not be work together, so you can remove the BDSENSOR_SET REAL_TIME_HEIGHT and use the normal mesh bed level first by using BED_MESH_CALIBRATE

Hi, yes, I think I've done everything. In the meantime I updated to version 1.2c via Slink and Continue not following the mesh (I use Ideamaker). Home and QGL works fine. Launching commands

G28 BDSENSOR_SET REAL_TIME_HEIGHT=0.3 G1Z0.2

I received the following error:

Unable to get response "I2CBDr".

from .cgf I changed the delay from 20 to 11or 8 but nothing changed.

At this point I don't know how to proceed anymore... klippy.log

markniu avatar Aug 29 '24 10:08 markniu