Browse Source

Patch sync_plan_position comment

pull/1/head
Scott Lahteine 8 years ago
parent
commit
d1f4c3d73b
  1. 6
      Marlin/Marlin_main.cpp

6
Marlin/Marlin_main.cpp

@ -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…
Cancel
Save