Patch sync_plan_position comment
This commit is contained in:
parent
0c25af30d4
commit
d1f4c3d73b
@ -645,9 +645,9 @@ static void report_current_position();
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* sync_plan_position
|
* sync_plan_position
|
||||||
* Set planner / stepper positions to the cartesian current_position.
|
*
|
||||||
* The stepper code translates these coordinates into step units.
|
* Set the planner/stepper positions directly from current_position with
|
||||||
* Allows translation between steps and millimeters for cartesian & core robots
|
* no kinematic translation. Used for homing axes and cartesian/core syncing.
|
||||||
*/
|
*/
|
||||||
inline void sync_plan_position() {
|
inline void sync_plan_position() {
|
||||||
#if ENABLED(DEBUG_LEVELING_FEATURE)
|
#if ENABLED(DEBUG_LEVELING_FEATURE)
|
||||||
|
Loading…
Reference in New Issue
Block a user