Sfoglia il codice sorgente

Update a comment in motion.cpp

Scott Lahteine 7 anni fa
parent
commit
23a876b08d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Marlin/src/module/motion.cpp

+ 1
- 1
Marlin/src/module/motion.cpp Vedi File

@@ -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
 

Loading…
Annulla
Salva