Rename to DisplayProgressOnLCD

This commit is contained in:
Alexander Gee 2020-05-13 23:35:39 -05:00
parent 93fdd9151b
commit 63b4c47095

View file

@ -1,7 +1,7 @@
# Cura PostProcessingPlugin # Cura PostProcessingPlugin
# Author: Mathias Lyngklip Kjeldgaard # Author: Mathias Lyngklip Kjeldgaard, Alexander Gee
# Date: July 31, 2019 # Date: July 31, 2019
# Modified: November 26, 2019 # Modified: May 13, 2020
# Description: This plugin displayes the remaining time on the LCD of the printer # Description: This plugin displayes the remaining time on the LCD of the printer
# using the estimated print-time generated by Cura. # using the estimated print-time generated by Cura.
@ -15,7 +15,7 @@ import re
import datetime import datetime
class DisplayRemainingTimeOnLCD(Script): class DisplayProgressOnLCD(Script):
def __init__(self): def __init__(self):
super().__init__() super().__init__()
@ -23,8 +23,8 @@ class DisplayRemainingTimeOnLCD(Script):
def getSettingDataString(self): def getSettingDataString(self):
return """{ return """{
"name":"Display Remaining Time on LCD", "name":"Display Progress on LCD",
"key":"DisplayRemainingTimeOnLCD", "key":"DisplayProgressOnLCD",
"metadata": {}, "metadata": {},
"version": 2, "version": 2,
"settings": "settings":