From 51ce1a147d5dab0cd1beec314f0ed85fd8c3a3f3 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 25 Oct 2025 01:48:10 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20FT=20Motion=20n00b=20warnings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/inc/Warnings.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Marlin/src/inc/Warnings.cpp b/Marlin/src/inc/Warnings.cpp index dddada62ec..38711e4fca 100644 --- a/Marlin/src/inc/Warnings.cpp +++ b/Marlin/src/inc/Warnings.cpp @@ -932,6 +932,12 @@ #if ENABLED(FTM_HOME_AND_PROBE) && DELAY_BEFORE_PROBING <= 25 #warning "A longer DELAY_BEFORE_PROBING is recommended when using a probe with FT_MOTION." #endif + #if ENABLED(NONLINEAR_EXTRUSION) + #warning "NONLINEAR_EXTRUSION does not (currently) operate when FT_MOTION is the active motion system." + #endif + #if ENABLED(LIN_ADVANCE) + #warning "Be aware that FT_MOTION K factor (M493 K) is a separate setting from LIN_ADVANCE K factor (M900 K)." + #endif #endif /**