📅 Bring some up to date

This commit is contained in:
Scott Lahteine 2023-02-21 16:57:23 -06:00
parent b8ef003015
commit d57207b4ff
14 changed files with 105 additions and 83 deletions

View file

@ -2245,7 +2245,7 @@
* - Allows Z homing only when XY positions are known and trusted.
* - If stepper drivers sleep, XY homing may be required again before Z homing.
*/
#ifdef BLTOUCH
#if ENABLED(BLTOUCH)
#define Z_SAFE_HOMING
#endif