|
@@ -1202,7 +1202,9 @@ static void homeaxis(int axis) {
|
1202
|
1202
|
}
|
1203
|
1203
|
#endif
|
1204
|
1204
|
#if defined (ENABLE_AUTO_BED_LEVELING) && (PROBE_SERVO_DEACTIVATION_DELAY > 0)
|
1205
|
|
-// if (axis==Z_AXIS) retract_z_probe();
|
|
1205
|
+ #ifndef Z_PROBE_SLED
|
|
1206
|
+ if (axis==Z_AXIS) retract_z_probe();
|
|
1207
|
+ #endif
|
1206
|
1208
|
#endif
|
1207
|
1209
|
|
1208
|
1210
|
}
|
|
@@ -1268,7 +1270,7 @@ void refresh_cmd_timeout(void)
|
1268
|
1270
|
} //retract
|
1269
|
1271
|
#endif //FWRETRACT
|
1270
|
1272
|
|
1271
|
|
-#ifdef ENABLE_AUTO_BED_LEVELING
|
|
1273
|
+#ifdef Z_PROBE_SLED
|
1272
|
1274
|
//
|
1273
|
1275
|
// Method to dock/undock a sled designed by Charles Bell.
|
1274
|
1276
|
//
|