mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:29:00 +08:00
Merge branch 'master' of https://github.com/iLyngklip/Cura into iLyngklip-master
This commit is contained in:
commit
250774c4cd
@ -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.
|
||||||
@ -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…
x
Reference in New Issue
Block a user