🐛 Fix FT Motion runout in progress (#26020)

This commit is contained in:
narno2202
2023-06-30 00:06:05 +02:00
committed by GitHub
parent d9349caeee
commit 7b23fd3548
4 changed files with 36 additions and 8 deletions

View File

@@ -1125,7 +1125,7 @@
* Advanced configuration
*/
#define FTM_BATCH_SIZE 100 // Batch size for trajectory generation;
// half the window size for Ulendo FBS.
#define FTM_WINDOW_SIZE 200 // Window size for trajectory generation.
#define FTM_FS 1000 // (Hz) Frequency for trajectory generation. (1 / FTM_TS)
#define FTM_TS 0.001f // (s) Time step for trajectory generation. (1 / FTM_FS)
#define FTM_STEPPER_FS 20000 // (Hz) Frequency for stepper I/O update.