mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-03 21:30:31 -07:00
🩹 Quieter FTM build (2)
This commit is contained in:
parent
d1f2b2d27b
commit
dd3c3d09f2
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue