Merge branch 'Firmware-retract-option' into 'master'

Adding in firmware retract option

Closes #18

See merge request lulzbot3d/marlin!9
This commit is contained in:
Brian Kahl 2021-09-15 14:42:19 +00:00
commit 30cb45df08

View File

@ -2322,7 +2322,7 @@
*
* Note that M207 / M208 / M209 settings are saved to EEPROM.
*/
//#define FWRETRACT
#define FWRETRACT
#if ENABLED(FWRETRACT)
#define FWRETRACT_AUTORETRACT // Override slicer retractions
#if ENABLED(FWRETRACT_AUTORETRACT)