All Projects → OctoPrint → OctoPrint-DisplayProgress

OctoPrint / OctoPrint-DisplayProgress

Licence: other
Displays the job progress on the printer's display

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to OctoPrint-DisplayProgress

OctoPrint-AutomaticShutdown
Plugin for automatically shutting down the system after print is finished
Stars: ✭ 18 (-5.26%)
Mutual labels:  octoprint, octoprint-plugin
OctoPrint-CameraSettings
An OctoPrint plugin that allows a user to interactively change camera settings.
Stars: ✭ 31 (+63.16%)
Mutual labels:  octoprint, octoprint-plugin
OctoPrint-Smuff
OctoPrint Plugin for SMuFF
Stars: ✭ 17 (-10.53%)
Mutual labels:  octoprint, octoprint-plugin
OctoPrint-Tasmota
No description or website provided.
Stars: ✭ 52 (+173.68%)
Mutual labels:  octoprint, octoprint-plugin
OctoPrint-GcodeEditor
Edit gcode on OctoPrint
Stars: ✭ 20 (+5.26%)
Mutual labels:  octoprint, octoprint-plugin
OctoPrint-GitFiles
With this plugin, you can use a github/gitlab repository for keeping your OctoPrint Files collection up-to-date.
Stars: ✭ 28 (+47.37%)
Mutual labels:  octoprint, octoprint-plugin
OctoPrint-CuraEngineLegacy
Plugin for slicing via Cura Legacy from within OctoPrint
Stars: ✭ 16 (-15.79%)
Mutual labels:  octoprint, octoprint-plugin
OctoPrint-AstroPrint
Connect your OctoPrint device to the AstroPrint 3D Printing Cloud
Stars: ✭ 26 (+36.84%)
Mutual labels:  octoprint, octoprint-plugin
OctoPrint-TasmotaMQTT
No description or website provided.
Stars: ✭ 17 (-10.53%)
Mutual labels:  octoprint, octoprint-plugin
OctoPrint-SimpleEmergencyStop
A simple plugin that add an emergency stop buton on NavBar of OctoPrint
Stars: ✭ 17 (-10.53%)
Mutual labels:  octoprint, octoprint-plugin
Octoprint-Cancelobject
No description or website provided.
Stars: ✭ 90 (+373.68%)
Mutual labels:  octoprint, octoprint-plugin
OctoPrint-Marlin-Flasher
Arduino/Marlin firmware flasher for OctoPrint
Stars: ✭ 36 (+89.47%)
Mutual labels:  octoprint, octoprint-plugin
octoscreen
A touchscreen client for Octoprint
Stars: ✭ 26 (+36.84%)
Mutual labels:  octoprint
OctoPrint-Octoremote
A hardware remote for Octoprint controlled 3D Printers
Stars: ✭ 23 (+21.05%)
Mutual labels:  octoprint
OctoPrint-DisplayPanel
Simple control and status paired with a physical button panel and OLED display
Stars: ✭ 50 (+163.16%)
Mutual labels:  octoprint
ioBroker.octoprint
ioBroker adapter to manage your 3D printer over ioBroker
Stars: ✭ 31 (+63.16%)
Mutual labels:  octoprint
octoprint-cli
Command line tool for controlling your OctoPrint 3D printer server
Stars: ✭ 25 (+31.58%)
Mutual labels:  octoprint
Octoprint-Upgrade-To-Py3
A script to move an existing OctoPrint install from Python 2 to Python 3
Stars: ✭ 58 (+205.26%)
Mutual labels:  octoprint
threedy
Home Assistant card for 3D printer status and management.
Stars: ✭ 159 (+736.84%)
Mutual labels:  octoprint
pizero-webcam-tutorial
A step-by-step tutorial for setting up a Raspberry Pi Zero W computer as a webcam
Stars: ✭ 25 (+31.58%)
Mutual labels:  octoprint

OctoPrint-DisplayProgress

Displays the print progress on the printer's display using M117 gcode command.

Example

Setup

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

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

Configuration

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}%%'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].