-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
899e0fc
commit e3ddf6e
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e3ddf6e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this might break things with abl as the probing inner loop will try and continue forever when
!zig
ing as PR_INNER_VAR (which is meshCount.x) can never equalinStop
, which is -1Marlin/Marlin/src/gcode/bedlevel/abl/G29.cpp
Line 696 in e3ddf6e
Marlin/Marlin/src/gcode/bedlevel/abl/G29.cpp
Line 707 in e3ddf6e
Thanks
e3ddf6e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
D'oh! Thank you for the note. I will patch this asap.