|
|
|
@ -12469,7 +12469,7 @@ void set_current_from_steppers_for_axis(const AxisEnum axis) {
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
return false;
|
|
|
|
|
return prepare_move_to_destination_cartesian();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endif // DUAL_X_CARRIAGE
|
|
|
|
@ -12511,7 +12511,7 @@ void prepare_move_to_destination() {
|
|
|
|
|
#elif IS_KINEMATIC
|
|
|
|
|
prepare_kinematic_move_to(destination)
|
|
|
|
|
#elif ENABLED(DUAL_X_CARRIAGE)
|
|
|
|
|
prepare_move_to_destination_dualx() || prepare_move_to_destination_cartesian()
|
|
|
|
|
prepare_move_to_destination_dualx()
|
|
|
|
|
#else
|
|
|
|
|
prepare_move_to_destination_cartesian()
|
|
|
|
|
#endif
|
|
|
|
|