From 74997a5251e7ff7d3c993151793f4b14c56c12f4 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 16 Nov 2017 17:36:09 -0600 Subject: [PATCH] Fix comment in planner.h --- Marlin/planner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/planner.h b/Marlin/planner.h index f3fd5ea11..17421b5bc 100644 --- a/Marlin/planner.h +++ b/Marlin/planner.h @@ -365,7 +365,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 */