Luc

Results 328 comments of Luc
trafficstars

The simple_esp32.ino is ok The hooked_esp32.ino is still failing [esp8266.log](https://github.com/d-a-v/ESPWebDAV/files/5845106/esp8266.log) [esp32.log](https://github.com/d-a-v/ESPWebDAV/files/5845107/esp32.log) Esp32 do not have HTTP_HEAD neither keepAlive connection - so I think I have added them but I may...

Signal strength is also a possible limitation

On ESP3D-TFT used with Marlin streaming is now available, webui have been updated to display Play button for direct SD on TFT and FS on TFT, for Marlin only for...

they are implemented in 3.0 not 2.x

This feature is definitly a good candidate for an ESP3D-WebUI extension.

Working on it and improving extensions API during development UI is already working and support of full screen allow to improve user experience ![touch](https://github.com/luc-github/ESP3D-WEBUI/assets/8822552/fd823c4d-0040-4d92-b609-9cab089890ee)

The extension is done, it is currently not specific to cnc and can be used by 3D printer too it is 1.0.0 - autodectection of target system coul be added...

I have implemented the manual bed leveling wizard for the Davinci fork : https://github.com/luc-github/Repetier-Firmware-0.92/blob/master/src/ArduinoDUE/Repetier/ui.cpp#L5682-L6031 if it can help

@jamesarm97 keep in mind you cannot merge 'it as it is' because it depend of several ui functions and wizard functions not present in original repetier, you will have to...