-
-
Notifications
You must be signed in to change notification settings - Fork 466
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] SD stream failed: 1 #1053
Comments
Thank your for submiting, please be sure you followed template or your issue may be dismissed. if you deleted the template it is here |
1 - Streaming is not implemented yet for Marlin only for grbl and it is very basic only ping/pong streaming: #243 2 - it seems there is no SD connected to your ESP because error says file cannot be opened 3 - the Ok means command received, not command executed, that is why you have a error after |
File read is OK. I see first command over UART. Command have no '\n' ending. |
1 not really webui send commands and analyse serial from Marlin |
you should read this: |
|
ok so you have direct connection to sd but content is not visible from printer and streaming feature is not yet available |
Yes. |
not in v3 yet, streaming properly is not that easy |
Is it possible to run v2 on esp32-s3 (or s2) ? Is SD streaming supported in v2? |
sd streaming is not supported in v2, direct sd upload is even not supported in v2 |
OK, Thank You for your answers. |
have look to https://esp3d.io/ there are a lot of information |
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
To Reproduce
Sending a "[ESP700]/SD/test.gcode" in web gui terminal gives me:
Expected behavior
no error
ESP3D Firmware:
ESP3D v3
Target Firmware:
Marlin 2.1.x
Board used (please complete the following information):
ESP32-S3 (4MB flash, 2MB PSRAM)
SKR-Mini E3 v1.2
Additional context
I checked what serial output looks like, and there is no '\n' after command.
If i fake "ok" answer with serial terminal (ESP32---uart---PC ), i sill got "error: stream failed: 1".
It seems there is no reaction to incoming data.
Two way terminal communication in web gui is working. Two way telnet-uart also OK.
The text was updated successfully, but these errors were encountered: