ESP3D WEBUI

screenshot of ESP3D WEBUI
express
scss

A Web UI for ESP8266 or ESP32 based boards connected to 3D printers / CNC

Overview

The ESP3D-WEBUI 3.0 is an innovative web user interface designed to provide seamless control for 3D printers and CNC systems. With its latest iteration, this software leverages the lightweight Preact.js framework and incorporates simpler CSS through Spectre.css. This not only enhances performance but also ensures that the interface remains user-friendly and responsive. Designed specifically for compatibility with ESP3DLib 3.0 and related platforms, the ESP3D-WEBUI aims to streamline the user experience while facilitating easier access to essential functionalities.

Setting up the development environment involves straightforward steps like installing Node.js and downloading necessary packages. Once the setup is complete, users can operate a development server that serves the interface locally, allowing for efficient testing and deployment. With the growing community support on platforms like Discord, the ESP3D-WEBUI continues to evolve, catering to the needs of hobbyists and professionals alike.

Features

  • Preact.js Integration: Utilizes Preact for a lightweight and efficient web framework that enhances loading times and performance.
  • Spectre.css: Replaces Bootstrap 4.x with a more streamlined CSS framework, improving the overall aesthetic and speed of the user interface.
  • Compatibility: Designed to work seamlessly with ESP3DLib 3.0, grblHAL, and various firmware options like Marlin and Smoothieware.
  • Local Development Server: Easy setup for a local test environment which allows users to quickly preview changes and test functionality.
  • Production Version Generation: Automatically builds and generates optimized files for each target and firmware, simplifying deployment.
  • Active Community Support: Access to a vibrant community on Discord for troubleshooting, sharing ideas, and receiving updates on development.
  • Cross-Platform Functionality: Provides support for multiple systems including CNC machines, 3D printers, and specialized setups like sand tables.
express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.