FT_MOTION_MENU

MarlinFirmware/Marlin#25835
This commit is contained in:
Scott Lahteine 2023-05-15 23:38:03 -05:00
parent 8b0ebf8007
commit c9ae79e491
313 changed files with 627 additions and 1 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
/**