14 Commits

Author SHA1 Message Date
Luc
fe23f0cb1e
Grbl grblHAL better support for realtime commands (#1064)
* Add a realtime command detector 
* Move `\r` as printable char and not replaced as `\n`
* Refactorize Serial service code to avoid redondant code between esp32 and esp8266
* Implement isrealtimeCommand check for serial and centralize function in string helper
* Add new type message : realtimecmd
* Update simulator to handle commands and realtime commands
* Add simple serial test tool
*  Generate error if use HAS_DISPLAY with grbl/grblHAL
* Implement isRealTimeCommand for BT client
* Simplify BT push2buffer code
* Implement support for realtimecommand in telnet
* Implement isRealTimeCommand on websocket RX
* Simplify push2RXbuffer for websocket
* Implement isRealTimeCommand for USB serial
* Bump version
2024-12-08 17:26:19 +08:00
Luc
ea07b30b04 add tools for serial stress 2024-09-08 17:53:11 +08:00
Luc
6f6c1842ce Add TFT Simulator tool to test ESP board with ESP3D without printer o cnc 2024-09-07 14:34:19 +08:00
Luc
75f5a12f4d Update format_sources.py 2024-05-29 16:05:11 +08:00
Luc
ea1eb83a28 Add Script to parse all c/cpp/h/ino files and format them using clang-format with Google style
Update style to some files with clang-format using Google style
Add Script to parse all embedded  js/css files and format them using prettier based on .prettierrc config file
Update style to embedded js/css files with prettier
2024-05-29 15:10:47 +08:00
Luc
ff5e04627c 3.0 code base 2023-10-02 19:55:18 +08:00
luc lebosse
13ee5e19e8 Merge Development version to master 2017-11-13 16:17:07 +01:00
luc lebosse
d30ddc4ecf fix trailing spaces thanks @patrickelectric 2016-10-09 11:08:12 +02:00
luc
713d4764fb Change name to ESP3D
Thanks to @openhardwarecoza and @TRoager  for the idea and feedback
2016-06-09 10:23:20 +02:00
Luc
9c903389a7 Add reference to owner j0hnlittle
set web port as variable
add some help to launch browser on startup
Thanks again @j0hnlittle
2016-01-25 13:16:35 +08:00
Luc
5f8ecc4d2f Move tags.json to tools
and update port in tags.json
2016-01-25 13:16:33 +08:00
John Little
b87efcf6fb updated base_path 2016-01-12 20:39:29 +00:00
John Little
518fb0f238 Added correct handling of the menu links 2016-01-12 20:36:56 +00:00
John Little
8320040f21 moved the server script to tools
Updated base_path to reflect the change.
2016-01-11 12:24:18 +00:00