-
-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cabfd29
commit 260ac24
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
This ESP3D-WebUI extension allows you to visualize and interact with a represention of the workspace of your machine. It offers the following features: | ||
|
||
* Display the workspace with X and Y axes, along with customizable graduations. | ||
* Support for mouse and touch interactions, providing intuitive control. | ||
* Real-time display of the machine coordinates of the cursor or touch point. | ||
* Customizable UI styles using CSS variables. | ||
* Customisable travel command to send to the machine. | ||
* Customizable precision of the coordinates. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
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. | ||
It offers the following features: | ||
|
||
* Real-time 3D rendering of 3D printing toolpaths. | ||
* Efficient loading and processing of large G-code files. | ||
* Intuitive user interface with visualization controls. | ||
* Dynamic filtering of print layers. | ||
* Customizable viewing options (auto-rotation, axis inversion, etc.). | ||
* Performance optimizations for smooth experience even with complex models. | ||
|
||
> [!INFO] | ||
>### Note | ||
> This extension is for 3D printers only, it will not work with CNC machines, an updated version is planned for the future. | ||
The package is built in /dist directory |