thisiskeithb/PrusaAIO

When MMU is enabled and tried to compile the firmware the error is displayed

rajavel1990 opened this issue · 1 comments

Did you test the latest prusa-aio-bugfix-2.1.x code?

Yes, and the problem still exists.

Bug Description

I tried to enable the MMU settings on the Configuration and Configuration_adv.h files.

When MMU is enabled and tried to compile the firmware the error is displayed. Below are the changes that were done on the files

Configuration.h

#define EXTRUDERS 5
#define PRUSA_MMU2

Configuration_adv.h

#define MMU2_SERIAL Serial
#define MMU2_MENUS
#define MMU2_DEBUG

Screenshot 2023-06-12 at 9 32 09 AM

Bug Timeline

No response

Expected behavior

No response

Actual behavior

No response

Steps to Reproduce

Configuration.h

#define SERIAL_PORT -1
#define EXTRUDERS 5
#define PRUSA_MMU2

Configuration_adv.h

#define MMU2_SERIAL Serial
#define MMU2_MENUS
#define MMU2_DEBUG

Version of PrusaAIO Firmware

prusa-aio-bugfix-2.1.x

Electronics

SKR V 1.4 with TMC2209 and BTT MMU DIP with TMC2209

Add-ons

No response

Bed Leveling

ABL Bilinear mesh

Your Slicer

None

Host Software

None

Don't forget to include

  • A ZIP file containing your Prusa_AIO_Configuration.h.

Additional information & file uploads

Archive.zip

This fork does not support the MMU and you should not be editing files outside of Prusa_AIO_Configuration.h.