I'd like to make multicolor printing on Ender 6, but it seems that the filament change (ADVANCED_PAUSE_FEATURE) doesn't work (it works on my Ender 3).
Can you help me how can I solve that? How can I make the ADVANCED_PAUSE_FEATURE available on Ender 6?
Asked
Active
Viewed 754 times
3
Amazon Dies In Darkness
- 129
- 1
- 1
- 9
anna2000
- 31
- 1
1 Answers
1
Enabling ADVANCED_PAUSE_FEATURE requires a rebuild and upload/install of a new Marlin firmware. The option is found in the advanced configuration file (Configuration_adv.h).
Please change:
//#define ADVANCED_PAUSE_FEATURE
to:
#define ADVANCED_PAUSE_FEATURE
Rebuild and install the firmware.
0scar
- 37,708
- 12
- 68
- 156