We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f887f2 commit 5bd39baCopy full SHA for 5bd39ba
Marlin/src/module/ft_motion.cpp
@@ -498,6 +498,7 @@ void FTMotion::loadBlockData(block_t * const current_block) {
498
}
499
500
const float T1 = (F_n - f_s) / a, // (s) Accel Time = difference in feedrate over acceleration
501
+ T3 = (F_n - f_e) / a; // (s) Decel Time = difference in feedrate over acceleration
502
503
N1 = ceil(T1 * (FTM_FS)); // Accel datapoints based on Hz frequency
504
N2 = ceil(T2 * (FTM_FS)); // Coast
0 commit comments