misc. cleanup

This commit is contained in:
Scott Lahteine
2021-03-03 00:11:50 -06:00
committed by Scott Lahteine
parent c4fe072751
commit 3c86eb18a5
5 changed files with 11 additions and 9 deletions

View File

@ -476,7 +476,7 @@ void ubl_map_screen() {
if (position_is_reachable(xy)) break; // Found a valid point
ui.encoderPosition += step_dir; // Test the next point
#endif
} while(ENABLED(IS_KINEMATIC));
} while (ENABLED(IS_KINEMATIC));
// Determine number of points to edit
#if IS_KINEMATIC