-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
New issue
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
Fix G76 reachable test #17005
Fix G76 reachable test #17005
Conversation
2f39240
to
232ba42
Compare
9f0ed6f
to
1b3b049
Compare
1b3b049
to
adb80a7
Compare
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.
At line 116 'park_pos' should be 'parkpos' without '_'
Same at line 166 and 228.
After the bed is heated to the target temperature, the probe doesn't go down to the heating point.
c178dbb
to
bf71afc
Compare
@TheNeskik — When a test is obviously failing from a typo, and the contributor is off having dinner, there is no need to SPAM the PR about it. We can see compile errors right here on this page already. |
8dd1bd1
to
4ed3099
Compare
4ed3099
to
f0cefb2
Compare
Addressing #16995
The
position_is_reachable_by_probe
function accounts for the probe offset, so we just need to pass the position without subtracting the offset.Also: The
G76
code needed to go on a diet. Much bloat has been removed.