From 89c6aeaa64e97050579769536ea103896823cfe2 Mon Sep 17 00:00:00 2001 From: Kragrathea Date: Mon, 17 Aug 2020 16:29:29 -0700 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 6889db9..77db734 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ OctoPrint Pretty GCode Viewer ========================= +This plugin adds a 3D GCode visualizer tab in Octoprint. It displays colored lines to give you some idea what the printer is doing and animates progress during printing. + +![Screenshot](/Screenshots/PrettyGcode-Screen2.jpg) + +## Features + +* 3D Gcode visualizer +* Sync progress to print job +* Full screen and tabbed interface +* Uses Dashboard plugin from [Dashboard github page](https://github.com/StefanCohen/OctoPrint-Dashboard) when installed +* Customize the UI via CSS injection (see Instructions on tab in OctoPrint) + + +![Screenshot](/Screenshots/PrettyGcode-Screen3.jpg) + + +For and configuration details, please see the instructions on the PrettyGcode tab in OctoPrint. Report bugs via the Issues tab here on github.