ESP32CAM internal SD-Card print #1130
FROeHlyEisvogel
started this conversation in
Questions
Replies: 2 comments 1 reply
Not really : https://esp3d.io/ESP3D/Version_3.X/documentation/sdtransfer/ esp3d do not stream gcode yet, and when it will do, esp32 cam may not be able to stream in same time as gcode is streaming - it is limited chip not a pc, it will focus on streaming then or blob will happen On esp32 cam the SD is not visible from printer so it cannot acces to it |
0 replies
|
Okay thats a little bit sad because I really hoped for this feature. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello together,
first I would like to thank you for this great project.
I was able to install the ESP3D on an ESP32CAM module and conntect it to my Anycubic i3 Mega printer with Marlin.
I am able to read/write commands, see the camera, access the printer settings, so everything is working.
On extra SD I can see the files stored on the SD-Card in the printer and could start them.
What I am not able to do right now is printing files which are stored on the SD-Card inserted to the ESP32CAM module.
The play button is just missing.
I wonder if this is not possible at all or if I did miss some configuration.
For me the ESP32CAM module is like made for ESP3D because you have everything you could need in one module.
All reactions