mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-15 02:36:19 +00:00
🧑💻 FxdTiCtrl => FTMotion redux
This commit is contained in:
parent
7f887f2342
commit
5bd39ba73f
1 changed files with 1 additions and 0 deletions
|
@ -498,6 +498,7 @@ void FTMotion::loadBlockData(block_t * const current_block) {
|
|||
}
|
||||
|
||||
const float T1 = (F_n - f_s) / a, // (s) Accel Time = difference in feedrate over acceleration
|
||||
T3 = (F_n - f_e) / a; // (s) Decel Time = difference in feedrate over acceleration
|
||||
|
||||
N1 = ceil(T1 * (FTM_FS)); // Accel datapoints based on Hz frequency
|
||||
N2 = ceil(T2 * (FTM_FS)); // Coast
|
||||
|
|
Loading…
Add table
Reference in a new issue