From 30ece3d9e7338f8c947c9a4116f30b08ed5fa0d6 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 24 Apr 2024 19:08:58 -0500 Subject: [PATCH] worms --- Marlin/src/module/stepper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/module/stepper.cpp b/Marlin/src/module/stepper.cpp index 6df7dcd4c2..4edbd6a189 100644 --- a/Marlin/src/module/stepper.cpp +++ b/Marlin/src/module/stepper.cpp @@ -58,7 +58,7 @@ * * time -----> * - * the shape the speed curve over time forms a TRAPEZOID. The slope of acceleration is calculated by + * The speed over time graph forms a TRAPEZOID. The slope of acceleration is calculated by * v = u + t * where 't' is the accumulated timer values of the steps so far. *