Undo the self-sabotage that is do_blocking_move_to_axis_pos
This commit is contained in:
parent
13387ac302
commit
08459a003f
2 changed files with 8 additions and 10 deletions
|
|
@ -407,9 +407,7 @@ void calculate_volumetric_multipliers();
|
|||
* Blocking movement and shorthand functions
|
||||
*/
|
||||
inline void do_blocking_move_to(float x, float y, float z, float fr_mm_m=0.0);
|
||||
inline void do_blocking_move_to_axis_pos(AxisEnum axis, float where, float fr_mm_m=0.0);
|
||||
inline void do_blocking_move_to_x(float x, float fr_mm_m=0.0);
|
||||
inline void do_blocking_move_to_y(float y);
|
||||
inline void do_blocking_move_to_z(float z, float fr_mm_m=0.0);
|
||||
inline void do_blocking_move_to_xy(float x, float y, float fr_mm_m=0.0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue