소스 검색

Update a comment in motion.cpp

Scott Lahteine 7 년 전
부모
커밋
23a876b08d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/src/module/motion.cpp

+ 1
- 1
Marlin/src/module/motion.cpp 파일 보기

@@ -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…
취소
저장