🔧 Recommend FTM_SMOOTHING + FTM_SHAPER_E (#28190)

This commit is contained in:
David Buezas 2025-11-25 05:40:27 +01:00 committed by GitHub
parent e35bedab48
commit ba34902610
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -946,6 +946,12 @@
#endif
#if ENABLED(LIN_ADVANCE)
#warning "Be aware that FT_MOTION K factor is now set with M900 K (same as LIN_ADVANCE)."
#if DISABLED(FTM_SMOOTHING)
#warning "For higher print quality enable FTM_SMOOTHING with FTM_SMOOTHING_TIME_E to tame Linear Advance accelerations."
#endif
#endif
#if DISABLED(FTM_SHAPER_E)
#warning "For higher print quality enable FTM_SHAPER_E (even if shaper is NONE) to allow axis synchronization."
#endif
#endif
#if ENABLED(FTM_HOME_AND_PROBE)