|
@@ -1138,8 +1138,8 @@ static void homeaxis(int axis) {
|
1138
|
1138
|
#if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
|
1139
|
1139
|
#ifndef Z_PROBE_SLED
|
1140
|
1140
|
if (axis==Z_AXIS) retract_z_probe();
|
1141
|
|
- #endif#
|
1142
|
|
-endif
|
|
1141
|
+ #endif
|
|
1142
|
+#endif
|
1143
|
1143
|
|
1144
|
1144
|
}
|
1145
|
1145
|
}
|
|
@@ -1193,7 +1193,7 @@ void refresh_cmd_timeout(void)
|
1193
|
1193
|
} //retract
|
1194
|
1194
|
#endif //FWRETRACT
|
1195
|
1195
|
|
1196
|
|
-#ifdef ENABLE_AUTO_BED_LEVELING
|
|
1196
|
+#ifdef Z_PROBE_SLED
|
1197
|
1197
|
//
|
1198
|
1198
|
// Method to dock/undock a sled designed by Charles Bell.
|
1199
|
1199
|
//
|