|
@@ -2779,7 +2779,7 @@ inline void gcode_G28() {
|
2779
|
2779
|
// added here, it could be seen as a compensating factor for the Z probe.
|
2780
|
2780
|
//
|
2781
|
2781
|
current_position[Z_AXIS] = -zprobe_zoffset + (z_tmp - real_z)
|
2782
|
|
- #if ENABLED(SERVO_ENDSTOPS) || ENABLED(Z_PROBE_ALLEN_KEY) || ENABLED(Z_PROBE_SLED)
|
|
2782
|
+ #if defined(SERVO_ENDSTOPS) || ENABLED(Z_PROBE_ALLEN_KEY) || ENABLED(Z_PROBE_SLED)
|
2783
|
2783
|
+ Z_RAISE_AFTER_PROBING
|
2784
|
2784
|
#endif
|
2785
|
2785
|
;
|