ESP3DLib is a Marlin library for ESP32 boards using Marlin 2.x. that enable ESP3D features like WiFi and WebUI.
Features depends on the version the ESP3DLib installed.
Marlin use arduino framework and platformio system
The list is here for 1.0, and here for 3.0
Please refer to Marlin documentation for more information on specific configurations for each boards.
Warning: This is NOT for esp8266, esp8285, esp32 boards as daughters boards connected to your main board.
There is one production version and one development version.
Cybersecurity If you plan to have access to your ESP from outside of your private network, then you need to apply some basic security rules to avoid anybody being able to access your ESP.
Disclaimer This is for reference — you are responsible for your board and internet network; we are not responsible for any damage to any of your network appliances.
Recommendations Following steps must be done before your ESP is visible from public internet:
Activate authentication in configuration file before flashing Change default user and password (this can be done with commands or web UI) It is also strongly recommended to:
Use strong passwords Use unique passwords, not the same as for other accounts Change password regularly Configure your box to redirect a different port than 80 to the port 80 of ESP Use the DMZ feature of your box
Additional tips Remember the web server is not HTTPS, this means the server will never be fully secure. In particular, avoid connecting to your printer from any public network you do not own. Stick to your 4G network or other safe places to avoid MITM attack.