From 819c5b9b5045b5669d8390c295d75d7d551a6326 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 22 Jul 2015 20:30:39 -0700 Subject: [PATCH] Adjust comment on Z adjustment --- Marlin/Marlin_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Marlin_main.cpp b/Marlin/Marlin_main.cpp index 3321b8c433..8e78694573 100644 --- a/Marlin/Marlin_main.cpp +++ b/Marlin/Marlin_main.cpp @@ -2750,7 +2750,7 @@ inline void gcode_G28() { // Get the current Z position and send it to the planner. // - // >> (z_tmp - real_z) : The rotated current Z minus the uncorrected Z (since homing) + // >> (z_tmp - real_z) : The rotated current Z minus the uncorrected Z (most recent plan_set_position/sync_plan_position) // // >> zprobe_zoffset : Z distance from nozzle to probe (set by default, M851, EEPROM, or Menu) //