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

Adaptive bed mesh generates unusable probe count on large machines #4875

Closed
1 of 3 tasks
jan3ll3 opened this issue Apr 4, 2024 · 1 comment · Fixed by #5296
Closed
1 of 3 tasks

Adaptive bed mesh generates unusable probe count on large machines #4875

jan3ll3 opened this issue Apr 4, 2024 · 1 comment · Fixed by #5296
Labels
bug Something isn't working

Comments

@jan3ll3
Copy link

jan3ll3 commented Apr 4, 2024

Is there an existing issue for this problem?

  • I have searched the existing issues

OrcaSlicer Version

2.0.0

Operating System (OS)

Windows

OS Version

windows 10

Additional system information

No response

Printer

Custom 500mm based on ratrig profile - running klipper

How to reproduce

I sliced an object that is 267mm by 72mm.
mesh min to 25,45
mesh max to 480,480
probe point distance 40,40
mesh margin 5

Actual results

the output from this:

BED_MESH_CALIBRATE mesh_min=104.192,204.609 mesh_max=390.808,296.61 ALGORITHM=lagrange PROBE_COUNT=8,3 ADAPTIVE=1 ADAPTIVE_MARGIN=0

to which klipper gives error :
!! bed_mesh: cannot exceed a probe_count of 6 when using lagrange interpolation. Configured Probe Count: 7, 3

if forcing bicubic there is also a probe count error for a difference reason

Expected results

I would expect it wouldnt be difficult to force a certain probe count to make klipper happy

Project file & Debug log uploads

Cube_0.16mm_PETG_2h11m.zip

Checklist of files to include

  • Log file
  • Project file

Anything else?

No response

@igiannakas
Copy link
Contributor

A PR with a potential fix has been posted - please test the code build there and report back

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

Successfully merging a pull request may close this issue.

2 participants