🔧 Refactor endstop state config

MarlinFirmware/Marlin#25574
This commit is contained in:
Scott Lahteine 2023-03-26 02:53:02 -05:00
parent e04cd53f97
commit 8bb1352231
341 changed files with 7828 additions and 6818 deletions

View file

@ -8,4 +8,4 @@ For the SKR V2.0-based config, flash drive support is enabled by default. Jumper
Uncomment `B1_USE_BLTOUCH` for probe customizations.
This configuration retains the use of homing with a Z limit switch. If you want to home with the BLTouch probe, remove your Z limit switch & bracket and enable (uncomment) `USE_PROBE_FOR_Z_HOMING` and `Z_SAFE_HOMING`. Change `Z_MIN_ENDSTOP_INVERTING` from `true` to `false`.
This configuration retains the use of homing with a Z limit switch. If you want to home with the BLTouch probe, remove your Z limit switch & bracket and enable (uncomment) `USE_PROBE_FOR_Z_HOMING` and `Z_SAFE_HOMING`. Change `Z_MIN_ENDSTOP_HIT_STATE` from `LOW` to `HIGH`.