mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 13:51:12 -07:00
JSON: max warning value draft shield height
This commit is contained in:
parent
52d064d7ab
commit
b8dee1b166
1 changed files with 1 additions and 1 deletions
|
|
@ -1206,7 +1206,7 @@
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value_warning": "30",
|
"max_value_warning": "9999",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"inherit_function": "9999 if draft_shield_height_limitation == 'full' and draft_shield_enabled else 0.0",
|
"inherit_function": "9999 if draft_shield_height_limitation == 'full' and draft_shield_enabled else 0.0",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue