ParkerK / OctoPrint-DisplayProgress

Displays the job progress on the printer's display

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OctoPrint-DisplayProgress

Displays the print progress on the printer's display.

Example

Settings

Setup

Install via the bundled Plugin Manager or manually using this URL:

https://github.com/OctoPrint/OctoPrint-DisplayProgress/archive/master.zip

Configuration

You can customize the progress bar characters and preview the styling from the plugin settings page.

You can also configure it directly by modifying the yaml file

plugins:
  displayprogress:
    # The message to display. Placeholders:
    # - bar: a progress bar, e.g. [######    ]
    # - progress: the current progress as an integer between 1 and 100
    message: '{bar} {progress:>3}%%'

About

Displays the job progress on the printer's display


Languages

Language:Python 96.4%Language:JavaScript 3.6%