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

Unconditional do_probe_raise() in probe_pt() #4183

Merged

Commits on Jul 1, 2016

  1. Unconditional do_probe_raise() in probe_pt()

    If Z_RAISE_BETWEEN_PROBINGS is null or undefined the probe is currently not raised by home_offset[Z_AXIS] and zprobe_zoffset.
    But when different from 0 is.
    
    If an undefined Z_RAISE_BETWEEN_PROBINGS expands to 0 (and it does) this is the solution.
    
    
    A similar asymmetry exists with the newly introduced 'short-cut' in G28 - but its the rise before anything is probed - so should not make a difference.
    AnHardt committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    cb1b31f View commit details
    Browse the repository at this point in the history