Browse Source

Fix a planner comment

Scott Lahteine 6 years ago
parent
commit
1e8afb66b7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/planner.h

+ 1
- 1
Marlin/src/module/planner.h View File

@@ -377,7 +377,7 @@ class Planner {
377 377
      * The target is cartesian, it's translated to delta/scara if
378 378
      * needed.
379 379
      *
380
-     *  rtarget  - x,y,z,e CARTESIAN target in mm
380
+     *  cart     - x,y,z,e CARTESIAN target in mm
381 381
      *  fr_mm_s  - (target) speed of the move (mm/s)
382 382
      *  extruder - target extruder
383 383
      */

Loading…
Cancel
Save