mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 05:41:05 -07:00
JSON fix: add a min value warning for cubicsubdiv radius < 100% (CURA-2602)
This commit is contained in:
parent
7100c84136
commit
b441b1afb0
1 changed files with 1 additions and 0 deletions
|
|
@ -1020,6 +1020,7 @@
|
|||
"type": "float",
|
||||
"default_value": 100,
|
||||
"minimum_value": "0",
|
||||
"minimum_value_warning": "100",
|
||||
"maximum_value_warning": "200",
|
||||
"enabled": "infill_sparse_density > 0 and infill_pattern == 'cubicsubdiv'",
|
||||
"settable_per_mesh": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue