Skip to content

Instantly share code, notes, and snippets.

View allancoding's full-sized avatar
🐧
I love Linux!

Allan Niles allancoding

🐧
I love Linux!
View GitHub Profile
@allancoding
allancoding / ShowAdvancedInformationOnLCD.py
Last active October 6, 2023 00:12
An advanced Post Processing script to show information on the LCD
# Cura PostProcessingPlugin
# Author: Allan Niles
# Date: Aug 23, 2023
# Modified: Oct 5, 2023
# Description: This plugin displays iknformation on the LCD. It can output the estimated time remaining and the completion percentage and the curent layer.
from ..Script import Script
from UM.Application import Application