-
-
Notifications
You must be signed in to change notification settings - Fork 19.7k
Closed
Description
Config:
Marlin.zip
While compiling with //#define PRUSA_MMU2_S_MODE following compilation error occurs. It was not there earlier.
Marlin\src\feature\mmu2\mmu2.cpp:346:16: error: 'mmu2s_triggered' was not declared in this scope
if (!mmu2s_triggered) {
^~~~~~~~~~~~~~~
Marlin\src\feature\mmu2\mmu2.cpp:346:16: note: suggested alternative: 'adc_trigger_t'
if (!mmu2s_triggered) {
^~~~~~~~~~~~~~~
adc_trigger_t
*** [.pio\build\DUE\src\src\feature\mmu2\mmu2.cpp.o] Error 1
Reactions are currently unavailable