UBL_MESH_EDIT_MOVES_Z include in G30? #1194
Crazy-Charles
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Possible addition for consideration?
Change G30.cpp to use
TERN(UBL_MESH_EDIT_MOVES_Z, do_blocking_move_to(old_pos);, UNUSED(old_pos););to prevent the nozzle from moving when editing and probing a UBL mesh point.Beta Was this translation helpful? Give feedback.
All reactions