Selaa lähdekoodia

Update a comment in motion.cpp

Scott Lahteine 7 vuotta sitten
vanhempi
commit
23a876b08d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      Marlin/src/module/motion.cpp

+ 1
- 1
Marlin/src/module/motion.cpp Näytä tiedosto

83
  * Cartesian Destination
83
  * Cartesian Destination
84
  *   The destination for a move, filled in by G-code movement commands,
84
  *   The destination for a move, filled in by G-code movement commands,
85
  *   and expected by functions like 'prepare_move_to_destination'.
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
 float destination[XYZE] = { 0.0 };
88
 float destination[XYZE] = { 0.0 };
89
 
89
 

Loading…
Peruuta
Tallenna