mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-04-17 05:03:42 +00:00
🔧 Disable FT Motion by default
This commit is contained in:
parent
2e24637bd6
commit
46e8b9cad9
1 changed files with 11 additions and 11 deletions
|
@ -1112,7 +1112,7 @@
|
|||
*/
|
||||
//#define FT_MOTION
|
||||
#if ENABLED(FT_MOTION)
|
||||
#define FTM_DEFAULT_MODE ftMotionMode_ENABLED // Default mode of fixed time control. (Enums in ft_types.h)
|
||||
#define FTM_DEFAULT_MODE ftMotionMode_DISABLED // Default mode of fixed time control. (Enums in ft_types.h)
|
||||
#define FTM_DEFAULT_DYNFREQ_MODE dynFreqMode_DISABLED // Default mode of dynamic frequency calculation. (Enums in ft_types.h)
|
||||
#define FTM_SHAPING_DEFAULT_X_FREQ 37.0f // (Hz) Default peak frequency used by input shapers.
|
||||
#define FTM_SHAPING_DEFAULT_Y_FREQ 37.0f // (Hz) Default peak frequency used by input shapers.
|
||||
|
|
Loading…
Add table
Reference in a new issue