Skip to content

luc-github/ESP3D-WEBUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ESP3D-WEBUI 3.0 ESP3D-WEBUI

using Preact per @aganov suggestion
Rewrite per @alxblog suggestion to use proper Preactjs API and lighter css code: use spectre.css instead of bootstrap 4.x

Only compatible with ESP3DLib 3.0 , ESP3D 3.0, grblHAL, ESP3D_TFT 1.0

Latest development version Development Version GitHub last commit (branch) github-ci Project Page ESP3D 3.0

Warning

Disclaimer

The software is provided 'as is,' without any warranty of any kind, expressed or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software. It is essential that you carefully read and understand this disclaimer before using this software and its components. If you do not agree with any part of this disclaimer, please refrain from using the software.

Setup development tools

1 - Install current nodejs LTS (currently using v20.8.0)

node -v
v20.8.0

npm -v
10.2.0

2 - Download all necessary packages in ESP3D-WEBUI directory (repository root)

npm install

Start dev server

in ESP3D-WEBUI directory (repository root)

npm run dev-<system>-<firmware>
  • where <system> is cnc (CNC system, laser, spindle..) , printer (3D printer), sand (Sand Table)
  • where <firmware> is :
    • grbl, grblhal for cnc
    • marlin, marlin-embedded (esp3dlib), repetier, smoothieware for printer
    • grbl for sand

will open http://localhost:8088 which display the webUI using a local test server

Build index.html.gz to /dist folder

in ESP3D-WEBUI directory (repository root)

npm run buildall

Will generate production version for each target and firmware in dist directory

to build specific index.html.gz

npm run <system>-<firmware>
  • where <system> is cnc (CNC system, laser, spindle..) , printer (3D printer), sand (Sand Table)
  • where <firmware> is :
    • grbl, grblhal for cnc
    • marlin, marlin-embedded (esp3dlib), repetier, smoothieware for printer
    • grbl for sand

Chat

ESP3D is now on discord https://discord.gg/Z4ujTwE

Need more information ESP3D-WEBUI and ESP3D related projects ?

Go to https://esp3d.io

Sponsors

Support ESP3D Webui Development - Become a Sponsor

Contributors ✨

Thanks goes to these wonderful people (emoji key):

 Alexandre
Alexandre

πŸ’»
RenΓ© Pasold
RenΓ© Pasold

πŸ’»
aaron GitHub
aaron GitHub

πŸ’»
Pavulon87
Pavulon87

πŸ› πŸ’»
Mitch Bradley
Mitch Bradley

πŸ€” πŸ’»
Patrice CΓ΄tΓ©
Patrice CΓ΄tΓ©

πŸ’»
E2D
E2D

🌍
Cedrik Theesen
Cedrik Theesen

🌍
royfocker19
royfocker19

πŸ“–
Bart Toersche
Bart Toersche

πŸ’»
vivian-ng
vivian-ng

πŸ’»
drzejkopf
drzejkopf

🌍
Luciano Charles Moda
Luciano Charles Moda

🌍
AxelB
AxelB

🌍
Zefram88
Zefram88

🌍
3d-gussner
3d-gussner

🌍
Alex Ganov
Alex Ganov

πŸ€” πŸ’» πŸ§‘β€πŸ«
bdring
bdring

πŸ’΅ πŸ› πŸ“¦
n4d01
n4d01

🌍
Jean-Philippe CIVADE
Jean-Philippe CIVADE

🌍
kondorzs
kondorzs

🌍
Carlo
Carlo

🌍
zrwd01
zrwd01

🌍
Wesie
Wesie

🌍
DusDus
DusDus

🌍
nyarurato
nyarurato

🌍
Terje Io
Terje Io

πŸ€” πŸ’» 🌍
Ryan V1
Ryan V1

πŸ’΅
James Pearson
James Pearson

πŸ’» πŸ€”
David Buezas
David Buezas

πŸ’» πŸ›
rondlh
rondlh

πŸ’» πŸ‘€
Jason Yeager
Jason Yeager

πŸ’΅
makerbase
makerbase

πŸ’΅ πŸ“¦
abcpibot
abcpibot

πŸ’΅ πŸ“¦

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published