-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Sindarius/DWC_GCodeViewer_P…
…lugin into main
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,3 +1,17 @@ | ||
# DWC GCodeViewer Plugin | ||
|
||
This is the initial version of my gcode viewer moved to a DWC Plugin. | ||
This is the initial version of my gcode viewer moved to a DWC Plugin. | ||
|
||
This project is based off my original work on a viewer I used to maintain as a seperate branch of the DWC https://github.com/Sindarius/DuetWebControl/tree/3DViewer | ||
Duet has implemented a new plugin framework in the DWC 3.2 code base so I have moved my viewer over to the plugin system. | ||
|
||
## New Features | ||
1) Render Quality Option Levels | ||
2) Progress tracking | ||
3) Live Z tracking | ||
4) Tool position display | ||
5) Object Cancel/Resume | ||
|
||
On top of these new features I have kept the extruder color mixing which was one of the original goals of this plugin. | ||
|
||
|