Skip to content
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

Update G042.md with P bool command #553

Merged
merged 2 commits into from
Jul 26, 2024

Conversation

classicrocker883
Copy link
Contributor

G42 has this code

    #if HAS_PROBE_XY_OFFSET
      if (parser.boolval('P')) {
        if (hasI) destination.x -= probe.offset_xy.x;
        if (hasJ) destination.y -= probe.offset_xy.y;
      }
    #endif

so this documentation should be updated to include this bool type parameter.

@thinkyhead thinkyhead merged commit e424364 into MarlinFirmware:master Jul 26, 2024
1 check passed
@classicrocker883 classicrocker883 deleted the patch-1 branch August 8, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants