Wiki Search Terms
installer webui
Controller Board
ESP32
Machine Description
DIY
Input Circuits
Configuration file
N/A
Startup Messages
N/A
User Interface Software
FluidNC Web Installer
What happened?
In the FluidNC web installer (https://installer.fluidnc.com/fluidnc) in the menu (Home / Install / Terminal / File browser / Calibrate) could you add another option there for the WebUI? Since you already have a serial connection to the controller, you should be able to link up the WebUI to the controller? This would be a nice option especially for BlueTooth enabled builds that do not have the WebUI built in
GCode File
No response
Other Information
No response
评论 (2)
#2 – TRexOnGit 于 2025-07-09
Ok, makes sense. I just thought it might be good to execute some basic commands without having to type gcode in the terminal and without having to install some some software somewhere, but I’ll go with UGS on a pi and see how that goes. Thanks for the quick response!
#1 – breiler 于 2025-07-09
In order for this to work without any changes to the WebUI you’d need to expose TCP-ports (HTTP and WebSocket) from the JavaScript environment which is not possible. An alternative is to host the WebUI somewhere and extend it with the possibility to use WebSerial for communication. But then you might as well run a real sender such as UGS, gSender, CNCjs, etc.