|
@@ -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":
|