safe_homing_xy is defined in motion.h

This commit is contained in:
Scott Lahteine
2020-09-18 05:09:52 -05:00
committed by InsanityAutomation
parent ec08edd240
commit e13d6ba012
@@ -1555,9 +1555,6 @@
* numbers for those locations should be 0.
*/
#ifdef VALIDATE_MESH_TILT
#if ENABLED(Z_SAFE_HOMING)
constexpr xy_float_t safe_homing_xy = { Z_SAFE_HOMING_X_POINT , Z_SAFE_HOMING_Y_POINT };
#endif
auto d_from = []{ DEBUG_ECHOPGM("D from "); };
auto normed = [&](const xy_pos_t &pos, const float &zadd) {
return normal.x * pos.x + normal.y * pos.y + zadd;