Skip to content
Snippets Groups Projects
Commit f27c8998 authored by GMagician's avatar GMagician Committed by Scott Lahteine
Browse files

[2.0.x] Simplify bltouch configuration (#9488)

parent 338dac25
Branches
Tags
No related merge requests found
......@@ -465,7 +465,7 @@
#if ENABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN)
#undef Z_MIN_ENDSTOP_INVERTING
#define Z_MIN_ENDSTOP_INVERTING false
#define Z_MIN_ENDSTOP_INVERTING Z_MIN_PROBE_ENDSTOP_INVERTING
#define TEST_BLTOUCH() _TEST_BLTOUCH(Z_MIN)
#else
#define TEST_BLTOUCH() _TEST_BLTOUCH(Z_MIN_PROBE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment