Skip to content

Commit 260ac24

Browse files
committed
Add extensions readme
1 parent cabfd29 commit 260ac24

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

extensions/click2go/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
This ESP3D-WebUI extension allows you to visualize and interact with a represention of the workspace of your machine. It offers the following features:
2+
3+
* Display the workspace with X and Y axes, along with customizable graduations.
4+
* Support for mouse and touch interactions, providing intuitive control.
5+
* Real-time display of the machine coordinates of the cursor or touch point.
6+
* Customizable UI styles using CSS variables.
7+
* Customisable travel command to send to the machine.
8+
* Customizable precision of the coordinates.

extensions/gcodeViewer/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
This ESP3D-WebUI extension is a WebGL-based G-code viewer designed to provide an interactive and high-performance visualization of G-code files directly in the web browser.
2+
It offers the following features:
3+
4+
* Real-time 3D rendering of 3D printing toolpaths.
5+
* Efficient loading and processing of large G-code files.
6+
* Intuitive user interface with visualization controls.
7+
* Dynamic filtering of print layers.
8+
* Customizable viewing options (auto-rotation, axis inversion, etc.).
9+
* Performance optimizations for smooth experience even with complex models.
10+
11+
> [!INFO]
12+
>### Note
13+
> This extension is for 3D printers only, it will not work with CNC machines, an updated version is planned for the future.
14+
15+
The package is built in /dist directory

0 commit comments

Comments
 (0)