🚸 Fixed-Time Motion EEPROM and Menu (#25835)

This commit is contained in:
Scott Lahteine
2023-05-16 02:38:24 -05:00
parent fadd60441e
commit ed66f498eb
14 changed files with 474 additions and 173 deletions

View File

@@ -1148,6 +1148,8 @@
// This value may be configured to adjust duration to consume the command buffer.
// Try increasing this value if stepper motion is not smooth.
#define FTM_STEPPERCMD_BUFF_SIZE 1000 // Size of the stepper command buffers.
//#define FT_MOTION_MENU // Provide a MarlinUI menu to set M493 parameters.
#endif
/**