-
-
Notifications
You must be signed in to change notification settings - Fork 19.5k
Closed
Description
Did you test the latest bugfix-2.1.x
code?
Yes, and the problem still exists.
Bug Description
When building a firmware with CONFIGURATION_EMBEDDING
enabled, the configuration of that firmware is supposed to be written to the SD Card when M503 C
is used.
Currently, no configuration files are written to the SD card.
Recv: Cap:CONFIG_EXPORT:1
...
Send: M503 C
Recv: echo:; Linear Units:
Recv: echo: G21 ; (mm)
...
Send: M22
Recv: echo:SD card released
No files are written to the SD card as expected.
Bug Timeline
No response
Expected behavior
As per documentation:
https://marlinfw.org/docs/gcode/M503.html
[C] 2.0.9.3 CONFIGURATION_EMBEDDING
| Save the embedded configuration ZIP file to the SD Card or Flash Drive.
Actual behavior
No files are written.
Steps to Reproduce
No response
Version of Marlin Firmware
bugfix-2.1.x
Printer model
No response
Electronics
No response
Add-ons
No response
Bed Leveling
None
Your Slicer
None
Host Software
None
Don't forget to include
- A ZIP file containing your
Configuration.h
andConfiguration_adv.h
.
Additional information & file uploads
No response