mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-09 04:54:41 -06:00
Update DisplayInfoOnLCD.py
Should use default_value rather than value since that is expected
This commit is contained in:
parent
04c996a8c5
commit
aebcdf0dfc
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ class DisplayInfoOnLCD(Script):
|
|||
"label": "Enable Countdown to Pauses",
|
||||
"description": "If print sequence is 'one_at_a_time' this is false. This setting is always hidden.",
|
||||
"type": "bool",
|
||||
"value": false,
|
||||
"default_value": false,
|
||||
"enabled": false
|
||||
},
|
||||
"countdown_to_pause":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue