|
@@ -294,7 +294,7 @@ void buffer_line_to_destination(const float fr_mm_s) {
|
294
|
294
|
#endif // IS_KINEMATIC
|
295
|
295
|
|
296
|
296
|
/**
|
297
|
|
- * Plan a move to (X, Y, Z) and set the current_position
|
|
297
|
+ * Plan a move to (X, Y, Z) and set the current_position
|
298
|
298
|
*/
|
299
|
299
|
void do_blocking_move_to(const float rx, const float ry, const float rz, const float &fr_mm_s/*=0.0*/) {
|
300
|
300
|
const float old_feedrate_mm_s = feedrate_mm_s;
|
|
@@ -1032,7 +1032,7 @@ void prepare_move_to_destination() {
|
1032
|
1032
|
/**
|
1033
|
1033
|
* Homing bump feedrate (mm/s)
|
1034
|
1034
|
*/
|
1035
|
|
-inline float get_homing_bump_feedrate(const AxisEnum axis) {
|
|
1035
|
+float get_homing_bump_feedrate(const AxisEnum axis) {
|
1036
|
1036
|
#if HOMING_Z_WITH_PROBE
|
1037
|
1037
|
if (axis == Z_AXIS) return MMM_TO_MMS(Z_PROBE_SPEED_SLOW);
|
1038
|
1038
|
#endif
|