parent
5ce312f158
commit
db057eb453
@ -299,6 +299,8 @@ extern float soft_endstop_min[XYZ], soft_endstop_max[XYZ];
|
|||||||
bool select_coordinate_system(const int8_t _new);
|
bool select_coordinate_system(const int8_t _new);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
void tool_change(const uint8_t tmp_extruder, const float fr_mm_s=0.0, bool no_move=false);
|
||||||
|
|
||||||
void report_current_position();
|
void report_current_position();
|
||||||
|
|
||||||
#if IS_KINEMATIC
|
#if IS_KINEMATIC
|
||||||
|
@ -742,7 +742,6 @@ void set_current_from_steppers_for_axis(const AxisEnum axis);
|
|||||||
void plan_cubic_move(const float (&cart)[XYZE], const float (&offset)[4]);
|
void plan_cubic_move(const float (&cart)[XYZE], const float (&offset)[4]);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void tool_change(const uint8_t tmp_extruder, const float fr_mm_s=0.0, bool no_move=false);
|
|
||||||
void report_current_position();
|
void report_current_position();
|
||||||
void report_current_position_detail();
|
void report_current_position_detail();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user