Closed Minims closed 3 months ago
Please ignore the pathetic hackers desperately trying to get you to download malicious code
real fix is just a missing include
diff --git a/Marlin/src/gcode/control/M80_M81.cpp b/Marlin/src/gcode/control/M80_M81.cpp
index e86e267313..ba5a0b6879 100644
--- a/Marlin/src/gcode/control/M80_M81.cpp
+++ b/Marlin/src/gcode/control/M80_M81.cpp
@@ -38,6 +38,10 @@
#include "../../MarlinCore.h"
#endif
+#if ENABLED(POWER_LOSS_RECOVERY)
+ #include "../../feature/powerloss.h"
+#endif
+
#if ENABLED(PSU_CONTROL)
/**
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
Since https://github.com/MarlinFirmware/Marlin/commit/94e9f26544d77d22c67a8973a4b480411ecfe7d6
I have this error :
Bug Timeline
New bug, starts with https://github.com/MarlinFirmware/Marlin/commit/94e9f26544d77d22c67a8973a4b480411ecfe7d6
Expected behavior
Build does not fail
Actual behavior
Build is failling
Steps to Reproduce
Version of Marlin Firmware
latest bugfix-2.1.0
Printer model
Prusa MK3S SKR BEAR
Electronics
SKR 1.4 Turbo 1.4
LCD/Controller
LCD 2004
Other add-ons
No response
Bed Leveling
UBL Bilinear mesh
Your Slicer
Prusa Slicer
Host Software
SD Card (headless)
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
config.zip