3D Printer Remote Control Unit based on ESP32
|
5 lat temu | |
---|---|---|
CURA | 5 lat temu | |
ESP32 Code | 5 lat temu | |
LICENSE | 5 lat temu | |
README.md | 5 lat temu |
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.