You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I detect an error while i compile your latest bug-fixed firmware.I'm on homemade printer without SD card.At line 1852 of temperature.cpp methode "task" if you don't use "SDSUPPORT" compilation failed because of "sd_abort_by_M524" member of object "EmergencyParser" are undeclared.
Bug Timeline
new bug
Expected behavior
No response
Actual behavior
No response
Steps to Reproduce
No response
Version of Marlin Firmware
bugfix-2.1.x
Printer model
reprap
Electronics
ramps 1.4
Add-ons
No response
Bed Leveling
ABL Bilinear mesh
Your Slicer
Prusa Slicer
Host Software
OctoPrint
Don't forget to include
A ZIP file containing your Configuration.h and Configuration_adv.h.
Additional information & file uploads
I solve the problem with #ifdef on lines using "sd_abort_by_M524" on file "temperature.cpp"
The text was updated successfully, but these errors were encountered:
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
I detect an error while i compile your latest bug-fixed firmware.I'm on homemade printer without SD card.At line 1852 of temperature.cpp methode "task" if you don't use "SDSUPPORT" compilation failed because of "sd_abort_by_M524" member of object "EmergencyParser" are undeclared.
Bug Timeline
new bug
Expected behavior
No response
Actual behavior
No response
Steps to Reproduce
No response
Version of Marlin Firmware
bugfix-2.1.x
Printer model
reprap
Electronics
ramps 1.4
Add-ons
No response
Bed Leveling
ABL Bilinear mesh
Your Slicer
Prusa Slicer
Host Software
OctoPrint
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
I solve the problem with #ifdef on lines using "sd_abort_by_M524" on file "temperature.cpp"
The text was updated successfully, but these errors were encountered: