-
-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Hello;
I have simple esp32(30pin devkit v1) as main board controller for 3dprinter, and I enabled esp3d.
I can use browser to control 3d printer, and upload gcode etc...
But if I want to connect it with slicer over wifi, and send data with wifi gcode, I can't.
I think maybe there are disabled feature that I don't know, or maybe I must use wifi support instead of esp3d.
Second: I don't know esp3d and wifisupport difference in marlin...
Third : Also when processing the gcode on the SD card by esp32 I can't send any command by esp3d, it gives an error: busy.... What to do to control the flow speed and feed rate?
i try to use esp3dlib v3.x in marlin2.1.2.4(changing ini/feature.ini esp3dlib's link) but it error when compiling.
but Someone suggested me: "What your looking for is "Serial/Wifi bridge using configurable port 8888" part of esp3d"
but I don't know what this is and what it has to do with this issue.