mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fixed a typo in the title
I noticed a typo in the title of the plugin, so that is fixed. I also added more info to the description.
This commit is contained in:
parent
4934d7a6e9
commit
8835a0cb99
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Cura PostProcessingPlugin
|
# Cura PostProcessingPlugin
|
||||||
# Author: Mathias Lyngklip Kjeldgaard
|
# Author: Mathias Lyngklip Kjeldgaard
|
||||||
# Date: July 31, 2019
|
# Date: July 31, 2019
|
||||||
# Modified: ---
|
# Modified: November 26, 2019
|
||||||
|
|
||||||
# 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.
|
||||||
|
@ -23,7 +23,7 @@ class DisplayRemainingTimeOnLCD(Script):
|
||||||
|
|
||||||
def getSettingDataString(self):
|
def getSettingDataString(self):
|
||||||
return """{
|
return """{
|
||||||
"name":"Disaplay Remaining Time on LCD",
|
"name":"Display Remaining Time on LCD",
|
||||||
"key":"DisplayRemainingTimeOnLCD",
|
"key":"DisplayRemainingTimeOnLCD",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"version": 2,
|
"version": 2,
|
||||||
|
@ -32,7 +32,7 @@ class DisplayRemainingTimeOnLCD(Script):
|
||||||
"TurnOn":
|
"TurnOn":
|
||||||
{
|
{
|
||||||
"label": "Enable",
|
"label": "Enable",
|
||||||
"description": "When enabled, It will write Time Left: HHMMSS on the display",
|
"description": "When enabled, It will write Time Left: HHMMSS on the display. This is updated every layer.",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"default_value": false
|
"default_value": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue