mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:39:04 +08:00
JSON fix: add a min value warning for cubicsubdiv radius < 100% (CURA-2602)
This commit is contained in:
parent
7100c84136
commit
b441b1afb0
@ -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…
x
Reference in New Issue
Block a user