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 554 times
2
End Anti-Semitic Hate
- 129
- 1
- 9
anna2000
- 21
- 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
- 34,481
- 11
- 63
- 144