mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 22:20:56 +00:00
parent
5ce312f158
commit
db057eb453
2 changed files with 2 additions and 1 deletions
|
@ -299,6 +299,8 @@ extern float soft_endstop_min[XYZ], soft_endstop_max[XYZ];
|
|||
bool select_coordinate_system(const int8_t _new);
|
||||
#endif
|
||||
|
||||
void tool_change(const uint8_t tmp_extruder, const float fr_mm_s=0.0, bool no_move=false);
|
||||
|
||||
void report_current_position();
|
||||
|
||||
#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]);
|
||||
#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_detail();
|
||||
|
||||
|
|
Loading…
Reference in a new issue