-
Notifications
You must be signed in to change notification settings - Fork 22
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
433e9c5
commit 89c6aea
Showing
1 changed file
with
17 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 |
---|---|---|
@@ -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. |