🎨 Apply more HAS_DELTA_SENSORLESS_PROBING

This commit is contained in:
Scott Lahteine
2021-09-11 15:41:42 -05:00
parent d6a87aa75b
commit 17c9450f0c
4 changed files with 10 additions and 10 deletions

View File

@ -425,7 +425,7 @@ void GcodeSuite::G33() {
const bool stow_after_each = parser.seen_test('E');
#if ENABLED(SENSORLESS_PROBING)
#if HAS_DELTA_SENSORLESS_PROBING
probe.test_sensitivity.x = !parser.seen_test('X');
TERN_(HAS_Y_AXIS, probe.test_sensitivity.y = !parser.seen_test('Y'));
TERN_(HAS_Z_AXIS, probe.test_sensitivity.z = !parser.seen_test('Z'));