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

Typo in sensorprob_off.h causing failure in compile with FIX_MOUNTED_PROBE #2

Open
partsguymatt opened this issue Jun 6, 2020 · 0 comments

Comments

@partsguymatt
Copy link

partsguymatt commented Jun 6, 2020

Bug Description

Typo in sensorprob.h with FIX_MOUNTED_PROBE enabled

My Configurations

Just a simple typo

Steps to Reproduce

  1. Enable FIX_MOUNTED_PROBE
  2. Compile

Expected behavior: Succesful compile
Actual behavior: Compile fails

Additional Information

At line 48:

#if ENABLE (KAY3DCoreXY_KAVA_E3)
Should read

#if ENABLED (KAY3DCoreXY_KAVA_E3)

Fixing this typo allows succesful compile with FIX_MOUNTED_PROBE enabled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant