We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.0.0
Windows
windows 10
No response
Custom 500mm based on ratrig profile - running klipper
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
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
I would expect it wouldnt be difficult to force a certain probe count to make klipper happy
Cube_0.16mm_PETG_2h11m.zip
The text was updated successfully, but these errors were encountered:
A PR with a potential fix has been posted - please test the code build there and report back
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is there an existing issue for this problem?
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
Anything else?
No response
The text was updated successfully, but these errors were encountered: