We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f6f125 commit 51ce1a1Copy full SHA for 51ce1a1
Marlin/src/inc/Warnings.cpp
@@ -932,6 +932,12 @@
932
#if ENABLED(FTM_HOME_AND_PROBE) && DELAY_BEFORE_PROBING <= 25
933
#warning "A longer DELAY_BEFORE_PROBING is recommended when using a probe with FT_MOTION."
934
#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
941
942
943
/**
0 commit comments