0xD34D / ender3-v3-se-klipper-config

Klipper config for the Ender-3 V3 SE
108 stars 14 forks source link

Bed mesh fails to generate, move out of range #3

Closed shebang79 closed 10 months ago

shebang79 commented 10 months ago

I get the follow messages

// probe at 54.000,43.000 is z=2.657500 // probe at 98.250,43.000 is z=2.685000 // probe at 142.500,43.000 is z=2.782500 // probe at 186.750,43.000 is z=2.815000 !! Move out of range: 231.000 43.000 5.000 [0.000]

There might be enough variation between printers that the default is a bit too aggressive.

Xarthias commented 10 months ago

Have the same issue, change max mesh values to 206,215.5 and it should work

shebang79 commented 10 months ago

Have the same issue, change max mesh values to 206,215.5 and it should work

Yeah I fiddled around real quick to get it printing, but these values did the trick more accurately.

profilelag commented 10 months ago

Just saw this, I added a PR with the change based on your solution, hope they get to it.