|
@@ -149,10 +149,10 @@ void prepare_move_to_destination();
|
149
|
149
|
/**
|
150
|
150
|
* Blocking movement and shorthand functions
|
151
|
151
|
*/
|
152
|
|
-void do_blocking_move_to(const float &x, const float &y, const float &z, const float &fr_mm_s=0.0);
|
153
|
|
-void do_blocking_move_to_x(const float &x, const float &fr_mm_s=0.0);
|
154
|
|
-void do_blocking_move_to_z(const float &z, const float &fr_mm_s=0.0);
|
155
|
|
-void do_blocking_move_to_xy(const float &x, const float &y, const float &fr_mm_s=0.0);
|
|
152
|
+void do_blocking_move_to(const float rx, const float ry, const float rz, const float &fr_mm_s=0.0);
|
|
153
|
+void do_blocking_move_to_x(const float &rx, const float &fr_mm_s=0.0);
|
|
154
|
+void do_blocking_move_to_z(const float &rz, const float &fr_mm_s=0.0);
|
|
155
|
+void do_blocking_move_to_xy(const float &rx, const float &ry, const float &fr_mm_s=0.0);
|
156
|
156
|
|
157
|
157
|
void setup_for_endstop_or_probe_move();
|
158
|
158
|
void clean_up_after_endstop_or_probe_move();
|