|
@@ -12469,7 +12469,7 @@ void set_current_from_steppers_for_axis(const AxisEnum axis) {
|
12469
|
12469
|
break;
|
12470
|
12470
|
}
|
12471
|
12471
|
}
|
12472
|
|
- return false;
|
|
12472
|
+ return prepare_move_to_destination_cartesian();
|
12473
|
12473
|
}
|
12474
|
12474
|
|
12475
|
12475
|
#endif // DUAL_X_CARRIAGE
|
|
@@ -12511,7 +12511,7 @@ void prepare_move_to_destination() {
|
12511
|
12511
|
#elif IS_KINEMATIC
|
12512
|
12512
|
prepare_kinematic_move_to(destination)
|
12513
|
12513
|
#elif ENABLED(DUAL_X_CARRIAGE)
|
12514
|
|
- prepare_move_to_destination_dualx() || prepare_move_to_destination_cartesian()
|
|
12514
|
+ prepare_move_to_destination_dualx()
|
12515
|
12515
|
#else
|
12516
|
12516
|
prepare_move_to_destination_cartesian()
|
12517
|
12517
|
#endif
|