-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] BFT error after commit 08155b4 #22119
Comments
Environment STM32F103RET6_creality fails to define ARDUINO_ARCH_STM32F1 that is necessary for the binary_stream.h conditional compile: credits to p3p |
Confirmed. |
#if EITHER(ARDUINO_ARCH_STM32F1, STM32F1) && ENABLED(SDIO_SUPPORT) should fix it, just testing. |
A fix has been merged. closing |
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.0.x
code?Yes, and the problem still exists.
Bug Description
Binary File Transfer add a 00 00 to the start of the files and then replace 00 00 each 512 bytes to the file saved on the SD card.
That behavior is present only after apply the commit 08155b4 and compile with the STM32F103RET6_creality environment.
Compiling with STM32F103RET6_creality_maple the BFT error is not present.
Version of Marlin Firmware
Latest bugfix 2.0.x
Printer model
Creality Ender 3v2
Electronics
STM32F103RET6
Host Software
OctoPrint
Additional information & file uploads
With: python ./transfer.py TEST.GCO -b 250000 -p /dev/ttyUSB0 -d 50 -c
There is an error in the saved file.
With: python ./transfer.py TEST.GCO -b 250000 -p /dev/ttyUSB0 -d 50
The file is saved ok.
Then, could be an error in the compression buffer?
The text was updated successfully, but these errors were encountered: