From 459f7c5c4342bf0e286b066a0caf135f40b3cdbd Mon Sep 17 00:00:00 2001 From: Rob Giseburt Date: Sat, 2 Dec 2017 12:31:53 -0600 Subject: [PATCH] More work on the ReadMe --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f7ec1ba2..5d65654d 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ This build is primarily focused on support for the new boards based on the Atmel #### Functional Changes: +*Note: Click the header next to the arrow to expand and display the details.* +
Linear-Velocity Segment Execution - The overall motion is still jerk-controlled and the computation of motion remains largely the same (although slightly simplified). At the smallest level above raw steps (what we call "segments," which are nominally 0.25ms to 1ms in duration) we previously executed the steps at a constant velocity. We now execute them with a linear change from a start velocity to an end velocity. This results in smoother motion that is more faithful to the planned jerk constraints.