From 23a876b08d235bb60a19c85a7d00891d4991018b Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 10 May 2018 15:03:37 -0500 Subject: [PATCH] Update a comment in motion.cpp --- Marlin/src/module/motion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/module/motion.cpp b/Marlin/src/module/motion.cpp index fdb92fb03..042661f54 100644 --- a/Marlin/src/module/motion.cpp +++ b/Marlin/src/module/motion.cpp @@ -83,7 +83,7 @@ float current_position[XYZE] = { 0.0 }; * Cartesian Destination * The destination for a move, filled in by G-code movement commands, * and expected by functions like 'prepare_move_to_destination'. - * Set with 'gcode_get_destination' or 'set_destination_from_current'. + * Set with 'get_destination_from_command' or 'set_destination_from_current'. */ float destination[XYZE] = { 0.0 };