Comment a motion function
This commit is contained in:
parent
fac3a7d147
commit
daa5bbc5eb
|
@ -348,6 +348,11 @@ void line_to_current_position(const feedRate_t &fr_mm_s/*=feedrate_mm_s*/) {
|
||||||
|
|
||||||
#endif // IS_KINEMATIC
|
#endif // IS_KINEMATIC
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Do a fast or normal move to 'destination' with an optional FR.
|
||||||
|
* - Move at normal speed regardless of feedrate percentage.
|
||||||
|
* - Extrude the specified length regardless of flow percentage.
|
||||||
|
*/
|
||||||
void _internal_move_to_destination(const feedRate_t &fr_mm_s/*=0.0f*/
|
void _internal_move_to_destination(const feedRate_t &fr_mm_s/*=0.0f*/
|
||||||
#if IS_KINEMATIC
|
#if IS_KINEMATIC
|
||||||
, const bool is_fast/*=false*/
|
, const bool is_fast/*=false*/
|
||||||
|
|
Loading…
Reference in a new issue