Browse Source

SENSORLESS_PROBING sanity check followup (#20438)

Jason Smith 3 years ago
parent
commit
8a4f8e72df
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      buildroot/tests/LPC1769-tests

+ 1
- 1
buildroot/tests/LPC1769-tests View File

@@ -67,7 +67,7 @@ opt_enable AUTO_BED_LEVELING_BILINEAR EEPROM_SETTINGS EEPROM_CHITCHAT MECHANICAL
67 67
            TMC_USE_SW_SPI MONITOR_DRIVER_STATUS STEALTHCHOP_XY STEALTHCHOP_Z HYBRID_THRESHOLD \
68 68
            SENSORLESS_PROBING Z_SAFE_HOMING X_STALL_SENSITIVITY Y_STALL_SENSITIVITY Z_STALL_SENSITIVITY TMC_DEBUG \
69 69
            EXPERIMENTAL_I2CBUS
70
-opt_disable PSU_CONTROL
70
+opt_disable PSU_CONTROL Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
71 71
 exec_test $1 $2 "Cohesion3D Remix DELTA + ABL Bilinear + EEPROM + SENSORLESS_PROBING" "$3"
72 72
 
73 73
 # clean up

Loading…
Cancel
Save