-
-
Notifications
You must be signed in to change notification settings - Fork 471
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]Uploading File results in 0 byte files #417
Comments
Thank your for submiting, please be sure you followed template or your issue may be dismissed. |
how do you format sd card ? |
I formated it using windows and using the sd card formatter utility. |
Can you try to upload this file ? |
Funnily the upload of this file finished, after having renamed it to test.gco. The content of the file on sd card is the same as of the original file. |
can you share the file you use and failed? |
btw. i use Cura 4.4 as slicer: |
nothing pop up on my eyes need to identify what part failed - a you can see basic upload succeed , so we need more info about failure - if it is esp reset or upload process issue on Marlin (in the past there was a bug with any M290 seen as M29) or ESP serial transfert in ESP3D but was working before, or anything else like instable power supply of esp |
I tried using your method, but it always failed. So i used your test.gco and just copied the two lines several times. The test.gco with 21kB got uploaded in 10 of 10 attempts. The testB.gco with 28kB got uploaded in 0 of 10 attempts. So it does not depend on the code but on the size. PS: The progress bar is always immediately at 100 % in all cases. |
progress bar is depending browser |
https://de.aliexpress.com/item/32863572642.html?spm=a2g0s.9042311.0.0.27424c4deKf8Wz --> ESP12F. I'm using it for some other things and never had any problems with it. I've now tried some other gcode files. If i do not exceed 20kB, the upload always works |
I need to setup a system to see if I can reproduce can you also share your wiring and the printer board you used |
I have setup a ramps /Mega + GLCD with latest Marlin 2.0.4.4 (TX_BUFFER_SIZE = 128, RX_BUFFER_SIZE = 1024 ) , the ESP is an ESP12 E devkit So 2 guess on your issue: |
Actually you were right. The reason was the power supply. I connected the ESP with a step down regulator directly to the power supply, because i wanted to be able to power off the printer with a relay, and now it's working. Thank you very much for your great support! |
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. |
Describe the bug
When I upload a gcode file via webUI, only a file with 0 bytes is created on the sd card of the printer. The progress jumps quite immediately to 96% or 99%, no matter how big the file is. After a few seconds a popup appears with the text "Error: 0" (see screenshot).
Debugging is disabled in ESP3D as well as in Marlin FW. Nothing is attached to the 3d printer.
It's the same issue as described in #399. But i can't resolve it by updating the firmware, because it's already up-to-date.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The file is on the sd card of the 3d printer.
Things I've already tried
Screenshots
ESP3D Firmware:
Target Firmware:
Board used (please complete the following information):
Slicer
The text was updated successfully, but these errors were encountered: