mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -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
|
||||
# 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":
|
Loading…
Add table
Add a link
Reference in a new issue