From ceadcc9cc905931aa2bdd274c000df50024af350 Mon Sep 17 00:00:00 2001 From: Juan Rosario Date: Fri, 13 Nov 2020 16:59:48 -0600 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e30ef83..ab9fa78 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # DWC GCodeViewer Plugin -This is the initial version of my gcode viewer moved to a DWC Plugin. \ No newline at end of file +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. + +