|
@@ -83,7 +83,7 @@ float current_position[XYZE] = { 0.0 };
|
83
|
83
|
* Cartesian Destination
|
84
|
84
|
* The destination for a move, filled in by G-code movement commands,
|
85
|
85
|
* and expected by functions like 'prepare_move_to_destination'.
|
86
|
|
- * Set with 'gcode_get_destination' or 'set_destination_from_current'.
|
|
86
|
+ * Set with 'get_destination_from_command' or 'set_destination_from_current'.
|
87
|
87
|
*/
|
88
|
88
|
float destination[XYZE] = { 0.0 };
|
89
|
89
|
|