Skip to content

Commit 51ce1a1

Browse files
committed
🔧 FT Motion n00b warnings
1 parent 0f6f125 commit 51ce1a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Marlin/src/inc/Warnings.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,12 @@
932932
#if ENABLED(FTM_HOME_AND_PROBE) && DELAY_BEFORE_PROBING <= 25
933933
#warning "A longer DELAY_BEFORE_PROBING is recommended when using a probe with FT_MOTION."
934934
#endif
935+
#if ENABLED(NONLINEAR_EXTRUSION)
936+
#warning "NONLINEAR_EXTRUSION does not (currently) operate when FT_MOTION is the active motion system."
937+
#endif
938+
#if ENABLED(LIN_ADVANCE)
939+
#warning "Be aware that FT_MOTION K factor (M493 K) is a separate setting from LIN_ADVANCE K factor (M900 K)."
940+
#endif
935941
#endif
936942

937943
/**

0 commit comments

Comments
 (0)