mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Fixed wrong error state of infill_sparse_density
This commit is contained in:
parent
5d74633119
commit
0c6b57f897
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,7 @@
|
||||||
"unit": "%",
|
"unit": "%",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 20,
|
"default": 20,
|
||||||
"max_value_warning": "100.0",
|
"max_value_error": "100.0",
|
||||||
"children": {
|
"children": {
|
||||||
"infill_line_distance": {
|
"infill_line_distance": {
|
||||||
"label": "Line distance",
|
"label": "Line distance",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue