Skip to content

mmu2 compilation error #19575

@SidDrP

Description

@SidDrP

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions