mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-03 21:30:31 -07:00
🔧 Recommend FTM_SMOOTHING + FTM_SHAPER_E (#28190)
This commit is contained in:
parent
e35bedab48
commit
ba34902610
1 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue