From 049898fa30b31083b8afca7d692f83e90ebc1d72 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 22 Jan 2018 06:14:50 -0600 Subject: [PATCH] Update comment on set_home_offset --- Marlin/Marlin_main.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Marlin/Marlin_main.cpp b/Marlin/Marlin_main.cpp index 7ef28de08..655e0872d 100644 --- a/Marlin/Marlin_main.cpp +++ b/Marlin/Marlin_main.cpp @@ -1362,12 +1362,8 @@ bool get_target_extruder_from_command(const uint16_t code) { #if HAS_M206_COMMAND /** - * Change the home offset for an axis, update the current - * position and the software endstops to retain the same - * relative distance to the new home. - * - * Since this changes the current_position, code should - * call sync_plan_position soon after this. + * Change the home offset for an axis. + * Also refreshes the workspace offset. */ static void set_home_offset(const AxisEnum axis, const float v) { home_offset[axis] = v;