Luc
Luc
Did you read my comments in code?
seems the domain is locked - may be they forget to renew subscription ? The alternate link looks good - good catch >What do you think about having commands doc...
the simple `[ESPXXX] xxxx\n` format allows to have fast sorting of commands to isolate them form GCODE / comments instead of bridging them and so not overload MCU - the...
I choose on purpose `[` `]` because these characters are not in GCODE about help that is why I use brace ``` [ESP0] [List of ESP3D commands] [ESP] (id) -...
But I agree https://raw.githubusercontent.com/wiki/luc-github/ESP3D/docs/Commands3.txt is not consistent at all - should not have `[ESP107] pwd=` `[ESP900] [pwd=]` the bracket should not be used for `pwd=`
well ESPXXX can be a file name, a comment in config file, can be many things actually - ESPXXX alone was not reliable IMHO, that is why I added `[``]`
I am never against improvement - that why I did rewrite of ESP3D 3.0 and rewrite of webUI 3.0 (twice) I am always listening suggestions and I welcome discussion as...
ESP commands can be sent from any external app by websocket / serial / Telnet, [ESPxxx]yyy commands can be sent even from printer FW using some command like M118 (Repetier/Marlin),...
if you consider M28/M29 protocol vs currentMKS protocol M28/M29 upload speed: 0.4KB/s MKS protocol upload speed: 110KB/S So SD Write is definitly a parameter but protocol transmission is a big...
@netzmark no I did not, and do not have any plan, why ? and to clarify I do not plan to replace M28/M29 which is limited to file transfer but...