mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-21 02:42:11 -06:00
Update DisplayInfoOnLCD.py
value field needed for overriding from initialize
This commit is contained in:
parent
aebcdf0dfc
commit
b18ee1f6ed
1 changed files with 1 additions and 0 deletions
|
|
@ -201,6 +201,7 @@ class DisplayInfoOnLCD(Script):
|
|||
"description": "If print sequence is 'one_at_a_time' this is false. This setting is always hidden.",
|
||||
"type": "bool",
|
||||
"default_value": false,
|
||||
"value": false,
|
||||
"enabled": false
|
||||
},
|
||||
"countdown_to_pause":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue