3D Printer Remote Control Unit based on ESP32
|
5 vuotta sitten | |
---|---|---|
CURA | 5 vuotta sitten | |
ESP32 Code | 5 vuotta sitten | |
LICENSE | 5 vuotta sitten | |
README.md | 5 vuotta sitten |
3D Printer Remote Control Unit based on ESP32
This is a open source demo for showing how to use ESP32 as your FDM 3D Printer controller using Web Interface. This demo also support ArOz Online System Home Dynamic IoT Communication Protocol (which will be open source later) and how to slice your stl file using CURACLOUD adapter (See {work in progress} for more information).
CuraCloud is an adapter made to adapt Cura to a PHP Server. What it does is that it support stl upload, stl slicing and return the gcode for further processing. Require CuraEngine package on Debian or CuraEngine.exe on Windows (To be supported)
To generate the slicing profile, you can use the CuraEngine dummy for Windows in order to get the slicing profile sent from the Cura UI to the CuraEngine. The process goes as follow.