Browse Source

Rename to DisplayProgressOnLCD

Alexander Gee 4 years ago
parent
commit
63b4c47095
1 changed files with 5 additions and 5 deletions
  1. 5 5
      plugins/PostProcessingPlugin/scripts/DisplayProgressOnLCD.py

+ 5 - 5
plugins/PostProcessingPlugin/scripts/DisplayRemainingTimeOnLCD.py → plugins/PostProcessingPlugin/scripts/DisplayProgressOnLCD.py

@@ -1,7 +1,7 @@
 # Cura PostProcessingPlugin
-# Author:   Mathias Lyngklip Kjeldgaard
+# Author:   Mathias Lyngklip Kjeldgaard, Alexander Gee
 # 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
 #               using the estimated print-time generated by Cura.
@@ -15,7 +15,7 @@ import re
 import datetime
 
 
-class DisplayRemainingTimeOnLCD(Script):
+class DisplayProgressOnLCD(Script):
 
     def __init__(self):
         super().__init__()
@@ -23,8 +23,8 @@ class DisplayRemainingTimeOnLCD(Script):
 
     def getSettingDataString(self):
         return """{
-            "name":"Display Remaining Time on LCD",
-            "key":"DisplayRemainingTimeOnLCD",
+            "name":"Display Progress on LCD",
+            "key":"DisplayProgressOnLCD",
             "metadata": {},
             "version": 2,
             "settings":