Speed up UBL mesh probing #1236
gothcha
started this conversation in
General Discussion
Replies: 1 comment 2 replies
-
Intesteing, yeah I'll take a look at it |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have found that enabling UBL_HILBERT_CURVE in Configuration.h improves the point to point moves that cause the probe to move erratically around the bed during the mesh probing.
#define UBL_HILBERT_CURVE // Use Hilbert distribution for less travel when probing multiple points
With this enabled it takes a more systematic path and takes far less time.
Maybe this should be enabled by default?
Beta Was this translation helpful? Give feedback.
All reactions