Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] MAKE_SURFACE_MESH fails with "Move out of range" #255

Open
stablestud opened this issue Jul 26, 2024 · 1 comment
Open

[BUG] MAKE_SURFACE_MESH fails with "Move out of range" #255

stablestud opened this issue Jul 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@stablestud
Copy link

stablestud commented Jul 26, 2024

Describe the bug
The macro generates probe points at negative zero when counting down.
Seems like Klipper interprets -0.000 less than 0.000 and therefore an out-of-bound
error is thrown.

image

Relevant macro output (read from bottom to top)

Move out of range: -0.000 37.500 5.000 [0.000]
probe at 14.369,37.500 is z=0.902625
[...]
34  | (0.0, 55.0)     | (55.0, 65.0)
33  | (-0.0, 37.5)    | (55.0, 47.5)
32  | (14.4, 37.5)    | (69.4, 47.5)
[...]
bed_mesh: generated points
Index |  Tool Adjusted  |   Probe
Generating new points...
Stabilizing bed at 70C

Relevant Klipper config

[probe]
samples: 3
x_offset: 55
y_offset: 10

[bed_mesh]
mesh_min: 55, 30
mesh_max: 285, 310
probe_count: 9, 9
algorithm: bicubic
@stablestud stablestud added the bug Something isn't working label Jul 26, 2024
@stablestud
Copy link
Author

I think a solution would be to negate -0.000, so it results to 0.000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant