diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 25ea4e6c48..82bbd6ef11 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -1432,7 +1432,9 @@ * Note that M207 / M208 / M209 settings are saved to EEPROM. * */ -//#define FWRETRACT +#if ENABLED(ABL_Bilinear) + #define FWRETRACT +#endif #if ENABLED(FWRETRACT) #define FWRETRACT_AUTORETRACT // costs ~500 bytes of PROGMEM #if ENABLED(FWRETRACT_AUTORETRACT)