forked from Mirrors/Marlin
🩹 Quieter FTM build (2)
This commit is contained in:
@@ -275,9 +275,9 @@ G29_TYPE GcodeSuite::G29() {
|
||||
// Set and report "probing" state to host
|
||||
TERN_(FULL_REPORT_TO_HOST_FEATURE, set_and_report_grblstate(M_PROBE, false));
|
||||
|
||||
#if DISABLED(PROBE_MANUALLY) && ENABLED(FT_MOTION)
|
||||
#if DISABLED(PROBE_MANUALLY)
|
||||
// Potentially disable Fixed-Time Motion for probing
|
||||
FTMotionDisableInScope FT_Disabler;
|
||||
TERN_(FT_MOTION, FTM_DISABLE_IN_SCOPE());
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user