mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Rename to DisplayProgressOnLCD
This commit is contained in:
parent
93fdd9151b
commit
63b4c47095
1 changed files with 5 additions and 5 deletions
|
@ -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":
|
Loading…
Add table
Add a link
Reference in a new issue