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

fix: corrects order of e-charts dimensions #1235

Merged
merged 1 commit into from
Nov 11, 2023

Conversation

pedrolamas
Copy link
Member

Corrects the order or e-charts dimensions.

Tested with sample config:

[bed_mesh]
speed = 400
mesh_min = 5,5
mesh_max = 225,182
probe_count = 5, 4

[bed_mesh default]
version = 1
points = 
  -0.016250, -0.010833, 0.001667, 0.004167, 0.047500
  0.035000, 0.023750, 0.018750, -0.015000, 0.046667
  0.020417, 0.002083, 0.027500, 0.007500, 0.039167
  -0.000833, -0.030000, -0.028333, -0.019583, 0.008333
tension = 0.2
min_x = 5.0
algo = lagrange
y_count = 4
mesh_y_pps = 2
min_y = 5.0
x_count = 5
max_y = 182.0
mesh_x_pps = 2
max_x = 225.0

Results:

image

Introduced by fb9a46c

Fixes #1234

@pedrolamas pedrolamas added the GH - Bug Something isn't working label Nov 11, 2023
@pedrolamas pedrolamas added this to the 1.26.3 milestone Nov 11, 2023
@pedrolamas pedrolamas merged commit 3331223 into fluidd-core:develop Nov 11, 2023
3 checks passed
@pedrolamas pedrolamas deleted the pedrolamas/fix-1234 branch November 11, 2023 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GH - Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken mesh
1 participant