Fix a planner comment

This commit is contained in:
Scott Lahteine 2017-11-16 16:54:03 -06:00
parent 50f09cc029
commit 1e8afb66b7

View File

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