|
@@ -2309,7 +2309,6 @@ inline void gcode_G28() {
|
2309
|
2309
|
#endif
|
2310
|
2310
|
|
2311
|
2311
|
#elif defined(Z_RAISE_BEFORE_HOMING) && Z_RAISE_BEFORE_HOMING > 0
|
2312
|
|
-// #elif DISABLED(Z_SAFE_HOMING) && defined(Z_RAISE_BEFORE_HOMING) && Z_RAISE_BEFORE_HOMING > 0
|
2313
|
2312
|
|
2314
|
2313
|
// Raise Z before homing any other axes
|
2315
|
2314
|
// (Does this need to be "negative home direction?" Why not just use Z_RAISE_BEFORE_HOMING?)
|