Luc

Results 328 comments of Luc

there is some pluggin as far I know that allow cura to be connected to esp3d but I do not remember in which place I saw it because I do...

why not use https://github.com/fhessel/esp32_https_server ? there is even a compat layer : https://github.com/fhessel/esp32_https_server_compat

hmm https://github.com/fhessel/esp32_https_server_compat do not use same syntax for API ? EDIT: forget it I missed https://github.com/fhessel/esp32_https_server_compat#state-of-development

Looking at https://github.com/fhessel/esp32_https_server_compat#state-of-development still some work need to be done so not sure it will meet your expectation anyway For what it worth, on my side, I have noticed arduino...

Streaming over WiFi can be challenging due to network latency even with strong network. About cura, I think it has a pluggin for network connection but I do not remember...

> Couldn't the transfer be buffered? 2MB is plenty. > I am not sure to understand , buffering should be either in Printer Firmware, either in streaminng host that do...

in ESP3D-TFT the slowest part is the circle, many small movement, other scommands are ok for the speed I think Does your sender do also Temperature / Position monitoring when...

Hmmm I would not recommend a mono core for streaming because any wifi request will bring delay in streaming process so better core 0 for wifi and network service and...

so not streaming progression information neither printer status monitoring ?