Skip to content

Commit

Permalink
Merge branch 'Firmware-retract-option' into 'master'
Browse files Browse the repository at this point in the history
Adding in firmware retract option

Closes MarlinFirmware#18

See merge request lulzbot3d/marlin!9
  • Loading branch information
bmkahl committed Sep 15, 2021
2 parents 4ebad9c + a468af7 commit 30cb45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 30cb45d

Please sign in to comment.